housekeeping

This commit is contained in:
scawful
2022-10-01 16:49:31 -05:00
parent 30f2afad04
commit 0efe96f0ec
3 changed files with 79 additions and 49 deletions

View File

@@ -39,7 +39,9 @@ incsrc "menu_draw_items.asm"
incsrc "menu_text.asm"
incsrc "menu_palette.asm"
; Subroutine table in menu_vectors
; =============================================================================
; SUBROUTINE TABLE
Menu_Entry:
{
PHB : PHK : PLB
@@ -263,7 +265,6 @@ Menu_StatsScreen:
RTS
}
; =============================================================================
; 07 MENU SCROLL FROM
@@ -302,7 +303,8 @@ Menu_ScrollUp:
}
; =============================================================================
; incomplete :(
; Custome Bottle Code
Menu_CheckBottle:
{
;; 7F5021 7ED101
@@ -351,6 +353,8 @@ Menu_Exit:
RTS
}
; =============================================================================
incsrc "menu_draw_bg.asm"
incsrc "lw_map_names.asm"
incsrc "menu_hud.asm"