summaryrefslogtreecommitdiff
path: root/src/randomcrap.S
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/randomcrap.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/randomcrap.S b/src/randomcrap.S
index 52b9841..63363de 100644
--- a/src/randomcrap.S
+++ b/src/randomcrap.S
@@ -32,7 +32,7 @@ quickSaveExists:
clrlwi. r6, r6, 31
beq saveIsNotNew
li r5, 0
- li r6, 8
+ li r6, 9
b chosenTitle
saveIsNotNew:
lbz r5, 0x73A(r4)
@@ -43,7 +43,7 @@ chosenTitle:
cmpwi r6, 0
bne isntWorld1_1
li r5, 0
- li r6, 7
+ li r6, 9
isntWorld1_1:
stb r5, 0xC(r3)
stb r6, 0xD(r3)