summaryrefslogtreecommitdiff
path: root/mobile/mobile_12_2.asm
diff options
context:
space:
mode:
authorAndrew Cook <ariscop@gmail.com>2020-04-01 12:26:59 +1100
committerGitHub <noreply@github.com>2020-03-31 21:26:59 -0400
commit5d97f15f80ff7b780bcfbd657af858f9bc2d6356 (patch)
tree1ff39c6bdf2001d19acd8f495c863f4cb73b22e2 /mobile/mobile_12_2.asm
parent63798d56d05cf87ada77bd26727ea7725630b0b2 (diff)
Assorted labels in mobile related code (#702)
Rename assorted labels in mobile-related code
Diffstat (limited to 'mobile/mobile_12_2.asm')
-rw-r--r--mobile/mobile_12_2.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/mobile/mobile_12_2.asm b/mobile/mobile_12_2.asm
index 6b328b36a..1c8173dbc 100644
--- a/mobile/mobile_12_2.asm
+++ b/mobile/mobile_12_2.asm
@@ -267,24 +267,24 @@ Function4a9d7:
call GetNick
ld h, d
ld l, e
- ld de, wd006
- ld bc, 6
+ ld de, wMobileParticipant1Nickname
+ ld bc, NAME_LENGTH_JAPANESE
call CopyBytes
ld a, [wd003]
ld hl, wPartyMonNicknames
call GetNick
ld h, d
ld l, e
- ld de, wd00c
- ld bc, 6
+ ld de, wMobileParticipant2Nickname
+ ld bc, NAME_LENGTH_JAPANESE
call CopyBytes
ld a, [wd004]
ld hl, wPartyMonNicknames
call GetNick
ld h, d
ld l, e
- ld de, wd012
- ld bc, 6
+ ld de, wMobileParticipant3Nickname
+ ld bc, NAME_LENGTH_JAPANESE
call CopyBytes
ld hl, MobileUseTheseThreeMonText
call PrintText