summaryrefslogtreecommitdiff
path: root/mobile/mobile_5f.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-03-17 16:16:02 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-03-17 16:38:21 -0400
commit4522162d4578ab40a071efec9e1fa28c2756e596 (patch)
tree3f04ac12fac11d6aa0782cc72acbe358213845a4 /mobile/mobile_5f.asm
parent6c8f8609cb0d8dce34c6f8125267edfa11bbb3f1 (diff)
Consistent labels for each nickname in RAM
Diffstat (limited to 'mobile/mobile_5f.asm')
-rw-r--r--mobile/mobile_5f.asm4
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