summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/debug/color_picker.asm8
-rw-r--r--engine/gfx/sprite_anims.asm4
2 files changed, 6 insertions, 6 deletions
diff --git a/engine/debug/color_picker.asm b/engine/debug/color_picker.asm
index d07cc97b6..ae611c9e7 100644
--- a/engine/debug/color_picker.asm
+++ b/engine/debug/color_picker.asm
@@ -235,7 +235,7 @@ DebugColorMain:
call JoyTextDelay
ld a, [wJumptableIndex]
cp 4
- jr nc, .asm_81a8b
+ jr nc, .no_start_select
ld hl, hJoyLast
ld a, [hl]
and SELECT
@@ -244,7 +244,7 @@ DebugColorMain:
and START
jr nz, .PreviousMon
-.asm_81a8b
+.no_start_select
jumptable Jumptable_81acf, wJumptableIndex
.NextMon
@@ -998,14 +998,14 @@ DebugColor_PlaceCursor:
jr nz, .clearsprites
ld a, [wcf64]
and a
- jr z, .asm_81f8d
+ jr z, .place_cursor
dec a
hlcoord 1, 11
ld bc, 2 * SCREEN_WIDTH
call AddNTimes
ld [hl], "▶"
-.asm_81f8d
+.place_cursor
ld a, [wcf65]
and a
jr z, .lightcolor
diff --git a/engine/gfx/sprite_anims.asm b/engine/gfx/sprite_anims.asm
index 23c1cde4b..53fe6b882 100644
--- a/engine/gfx/sprite_anims.asm
+++ b/engine/gfx/sprite_anims.asm
@@ -738,11 +738,11 @@ AnimSeq_FlyTo:
ret
AnimSeq_MobileTradeSentPulse:
- farcall Function108bc7
+ farcall MobileTradeAnim_AnimateSentPulse
ret
AnimSeq_MobileTradeOTPulse:
- farcall Function108be0
+ farcall MobileTradeAnim_AnimateOTPulse
ret
AnimSeq_IntroSuicune: