diff options
Diffstat (limited to 'mobile/mobile_5f.asm')
-rw-r--r-- | mobile/mobile_5f.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_5f.asm b/mobile/mobile_5f.asm index 2770b3224..9fde2ad34 100644 --- a/mobile/mobile_5f.asm +++ b/mobile/mobile_5f.asm @@ -2299,7 +2299,7 @@ Function17ded9: push hl ld a, [wPartyCount] dec a - ld hl, wPartyMonOT + ld hl, wPartyMonOTs call SkipNames ld d, h ld e, l @@ -2486,7 +2486,7 @@ Function17e026: jr z, .asm_17e08e push bc ld bc, $6 - ld de, sBoxMonOT + ld de, sBoxMonOTs call CopyBytes ld a, [hli] ld b, a |