Identify a few more labels and data

This commit is contained in:
Rangi 2020-10-22 12:55:46 -04:00
parent b9a74ff777
commit 15f6a0af43
3 changed files with 8 additions and 8 deletions

View File

@ -235,7 +235,7 @@ DebugColorMain:
call JoyTextDelay call JoyTextDelay
ld a, [wJumptableIndex] ld a, [wJumptableIndex]
cp 4 cp 4
jr nc, .asm_81a8b jr nc, .no_start_select
ld hl, hJoyLast ld hl, hJoyLast
ld a, [hl] ld a, [hl]
and SELECT and SELECT
@ -244,7 +244,7 @@ DebugColorMain:
and START and START
jr nz, .PreviousMon jr nz, .PreviousMon
.asm_81a8b .no_start_select
jumptable Jumptable_81acf, wJumptableIndex jumptable Jumptable_81acf, wJumptableIndex
.NextMon .NextMon
@ -998,14 +998,14 @@ DebugColor_PlaceCursor:
jr nz, .clearsprites jr nz, .clearsprites
ld a, [wcf64] ld a, [wcf64]
and a and a
jr z, .asm_81f8d jr z, .place_cursor
dec a dec a
hlcoord 1, 11 hlcoord 1, 11
ld bc, 2 * SCREEN_WIDTH ld bc, 2 * SCREEN_WIDTH
call AddNTimes call AddNTimes
ld [hl], "▶" ld [hl], "▶"
.asm_81f8d .place_cursor
ld a, [wcf65] ld a, [wcf65]
and a and a
jr z, .lightcolor jr z, .lightcolor

View File

@ -738,11 +738,11 @@ AnimSeq_FlyTo:
ret ret
AnimSeq_MobileTradeSentPulse: AnimSeq_MobileTradeSentPulse:
farcall Function108bc7 farcall MobileTradeAnim_AnimateSentPulse
ret ret
AnimSeq_MobileTradeOTPulse: AnimSeq_MobileTradeOTPulse:
farcall Function108be0 farcall MobileTradeAnim_AnimateOTPulse
ret ret
AnimSeq_IntroSuicune: AnimSeq_IntroSuicune:

View File

@ -1509,7 +1509,7 @@ MobileTradeAnim_DeleteSprites:
call ClearSprites call ClearSprites
ret ret
Function108bc7: MobileTradeAnim_AnimateSentPulse:
ld a, [wcf64] ld a, [wcf64]
and a and a
ret z ret z
@ -1526,7 +1526,7 @@ Function108bc7:
farcall DeinitializeSprite farcall DeinitializeSprite
ret ret
Function108be0: MobileTradeAnim_AnimateOTPulse:
ld hl, SPRITEANIMSTRUCT_YCOORD ld hl, SPRITEANIMSTRUCT_YCOORD
add hl, bc add hl, bc
ld a, [hl] ld a, [hl]