summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-05-05 09:19:04 +0200
committermid-kid <esteve.varela@gmail.com>2018-05-05 09:19:04 +0200
commitc82deab86fc984b6af4686d88b42042be4f6cd9e (patch)
treeda8409973a788a962e8be9ae42d9cd7a18727c38 /mobile
parenta63d9dfd4f4b214034c9a88a14b53635c10914d9 (diff)
fix-various-little-things
A compilation of suggestions from the discord that don't deserve separate commits and are not questionable at all™.
Diffstat (limited to 'mobile')
-rw-r--r--mobile/mobile_40.asm4
-rw-r--r--mobile/mobile_42.asm2
2 files changed, 3 insertions, 3 deletions
diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm
index 79324161a..c64e348de 100644
--- a/mobile/mobile_40.asm
+++ b/mobile/mobile_40.asm
@@ -2320,7 +2320,7 @@ Function100eb4: ; 100eb4
and a
call Function100eca
-asm_100eb8
+asm_100eb8:
ld hl, wcd68
inc [hl]
ld a, [hl]
@@ -2332,7 +2332,7 @@ asm_100eb8
Function100ec4: ; 100ec4
ret
-Function100ec5
+Function100ec5:
ld hl, wcd67
inc [hl]
ret
diff --git a/mobile/mobile_42.asm b/mobile/mobile_42.asm
index eeedffb5a..566b00755 100644
--- a/mobile/mobile_42.asm
+++ b/mobile/mobile_42.asm
@@ -1293,7 +1293,7 @@ MobileTradeAnim_DisplayReceivedMon:
call MobileTradeAnim_MonDisplay_UpdateBGMap
ret
-MobileTradeAnim_DisplayEggData
+MobileTradeAnim_DisplayEggData:
call WaitTop
call MobileTradeAnim_ClearTilemap
ld a, HIGH(vBGMap1)