summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-16 23:47:45 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-16 23:47:45 -0500
commit6d20cf3e80780af15ed15acea2f7feac1ffd9705 (patch)
tree68890374634d2a62c0256e208e8ceff33c73ffc1 /mobile
parentbf074f359886707d2ffb2e0b525b03dc7af0fe29 (diff)
"CryHeader" → "Cry"; "Cry" → "MonCry"
Diffstat (limited to 'mobile')
-rw-r--r--mobile/mobile_42.asm4
-rw-r--r--mobile/mobile_5f.asm2
2 files changed, 3 insertions, 3 deletions
diff --git a/mobile/mobile_42.asm b/mobile/mobile_42.asm
index a630242d1..e68721650 100644
--- a/mobile/mobile_42.asm
+++ b/mobile/mobile_42.asm
@@ -518,7 +518,7 @@ MobileTradeAnim_ShowPlayerMonToBeSent: ; 10830e
jr c, .skip_cry
ld e, c
ld d, b
- call PlayCryHeader
+ call PlayCry
.skip_cry
ld c, 80
@@ -653,7 +653,7 @@ MobileTradeAnim_ShowPlayerMonForGTS: ; 10842c
jr c, .skip_cry
ld e, c
ld d, b
- call PlayCryHeader
+ call PlayCry
.skip_cry
ld c, 80
diff --git a/mobile/mobile_5f.asm b/mobile/mobile_5f.asm
index 2954a4d3e..8086f2ac2 100644
--- a/mobile/mobile_5f.asm
+++ b/mobile/mobile_5f.asm
@@ -1253,7 +1253,7 @@ Function17d7d3: ; 17d7d3
dec a
ld e, a
ld d, $0
- call PlayCryHeader
+ call PlayCry
call WaitSFX
call HlToCrashCheckPointer
ret