Identify some more unnamed labels

This commit is contained in:
Rangi
2020-10-04 19:43:28 -04:00
parent 5a546068a8
commit 306c85750e
23 changed files with 66 additions and 66 deletions

View File

@@ -513,16 +513,16 @@ _MovePKMNWithoutMail:
inc a
ld [wBillsPC_LoadedBox], a
call DelayFrame
.asm_e2781
.loop
call JoyTextDelay
ld a, [wJumptableIndex]
bit 7, a
jr nz, .asm_e2793
jr nz, .done
call .RunJumptable
call DelayFrame
jr .asm_e2781
jr .loop
.asm_e2793
.done
call ClearSprites
pop af
ldh [hInMenu], a

View File

@@ -245,7 +245,7 @@ AddMonMenuItem:
ret
BattleMonMenu:
ld hl, MenuHeader_0x24ed4
ld hl, .MenuHeader
call CopyMenuHeader
xor a
ldh [hBGMapMode], a
@@ -276,13 +276,13 @@ BattleMonMenu:
and a
ret
MenuHeader_0x24ed4:
.MenuHeader:
db 0 ; flags
menu_coords 11, 11, SCREEN_WIDTH - 1, SCREEN_HEIGHT - 1
dw MenuData_0x24edc
dw .MenuData
db 1 ; default option
MenuData_0x24edc:
.MenuData:
db STATICMENU_CURSOR | STATICMENU_NO_TOP_SPACING ; flags
db 3 ; items
db "SWITCH@"