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

@@ -690,7 +690,7 @@ _ExitMenu::
dec [hl]
ret
Function24423: ; unreferenced
RestoreOverworldMapTiles: ; unreferenced
ld a, [wVramState]
bit 0, a
ret z

View File

@@ -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