You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Identify some more unnamed labels
This commit is contained in:
@@ -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@"
|
||||
|
||||
Reference in New Issue
Block a user