diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/menu_constants.asm | 5 | ||||
-rw-r--r-- | constants/sfx_constants.asm | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/constants/menu_constants.asm b/constants/menu_constants.asm index 46c6547..9eb2224 100644 --- a/constants/menu_constants.asm +++ b/constants/menu_constants.asm @@ -95,3 +95,8 @@ HMENURETURN_ASM EQU %11111111 const PARTYMENUTEXT_REVIVE const PARTYMENUTEXT_LEVEL_UP const PARTYMENUTEXT_HEAL_CONFUSION + +; ScrollingMenu items structure format + const_def 1 + const SCROLLINGMENU_ITEMS_NORMAL + const SCROLLINGMENU_ITEMS_QUANTITY diff --git a/constants/sfx_constants.asm b/constants/sfx_constants.asm index 881ff52..1540c87 100644 --- a/constants/sfx_constants.asm +++ b/constants/sfx_constants.asm @@ -1,4 +1,5 @@ ; TODO +SFX_BOOT_PC EQU $0A SFX_PAY_DAY EQU $30 SFX_GAME_FREAK_LOGO_RG EQU $31 |