From 15f6a0af437436200a944f81dee0a5f477b2e8eb Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 22 Oct 2020 12:55:46 -0400 Subject: Identify a few more labels and data --- engine/debug/color_picker.asm | 8 ++++---- engine/gfx/sprite_anims.asm | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'engine') 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: -- cgit v1.2.3