You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Identify some more unnamed labels
This commit is contained in:
@@ -690,7 +690,7 @@ _ExitMenu::
|
||||
dec [hl]
|
||||
ret
|
||||
|
||||
Function24423: ; unreferenced
|
||||
RestoreOverworldMapTiles: ; unreferenced
|
||||
ld a, [wVramState]
|
||||
bit 0, a
|
||||
ret z
|
||||
|
@@ -28,17 +28,17 @@ PlaceMenuItemQuantity:
|
||||
ret
|
||||
|
||||
PlaceMoneyTopRight:
|
||||
ld hl, MenuHeader_0x24b15
|
||||
ld hl, MoneyTopRightMenuHeader
|
||||
call CopyMenuHeader
|
||||
jr PlaceMoneyTextbox
|
||||
|
||||
PlaceMoneyBottomLeft:
|
||||
ld hl, MenuHeader_0x24b1d
|
||||
ld hl, MoneyBottomLeftMenuHeader
|
||||
call CopyMenuHeader
|
||||
jr PlaceMoneyTextbox
|
||||
|
||||
PlaceMoneyAtTopLeftOfTextbox:
|
||||
ld hl, MenuHeader_0x24b15
|
||||
ld hl, MoneyTopRightMenuHeader
|
||||
lb de, 0, 11
|
||||
call OffsetMenuHeader
|
||||
|
||||
@@ -52,13 +52,13 @@ PlaceMoneyTextbox:
|
||||
call PrintNum
|
||||
ret
|
||||
|
||||
MenuHeader_0x24b15:
|
||||
MoneyTopRightMenuHeader:
|
||||
db MENU_BACKUP_TILES ; flags
|
||||
menu_coords 11, 0, SCREEN_WIDTH - 1, 2
|
||||
dw NULL
|
||||
db 1 ; default option
|
||||
|
||||
MenuHeader_0x24b1d:
|
||||
MoneyBottomLeftMenuHeader:
|
||||
db MENU_BACKUP_TILES ; flags
|
||||
menu_coords 0, 11, 8, 13
|
||||
dw NULL
|
||||
|
Reference in New Issue
Block a user