summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home.asm b/home.asm
index 2e28b95f..1af9effd 100644
--- a/home.asm
+++ b/home.asm
@@ -267,7 +267,7 @@ IsInArray::
INCLUDE "home/math.asm"
Function31e2:: ; 31e2 (0:31e2)
- ld a, [wd199]
+ ld a, [wOptions]
bit 4, a
ret nz
ld a, [wTextBoxFlags]
@@ -283,7 +283,7 @@ Function31e2:: ; 31e2 (0:31e2)
ld a, [wTextBoxFlags]
bit 0, a
jr z, .asm_3205
- ld a, [wd199]
+ ld a, [wOptions]
and $7
jr .asm_3207
@@ -928,7 +928,7 @@ NamesPointers:: ; 35ee (0:35ee)
dbw 0, wPartyMonOT
dbw 0, $de7d
dba TrainerClassNames
- dba Function10000
+ dba DoPlayerMovement
GetName:: ; 3606
ld a, [hROMBank]