Board menu (#11) [Commit 1]

This commit is contained in:
xCrystal
2023-08-14 20:09:23 +02:00
parent c405c955ba
commit 1f33436a64
18 changed files with 179 additions and 8 deletions

View File

@@ -111,3 +111,12 @@ DEF NUM_PARTYMENUACTIONS EQU const_value
const NAME_6 ; duplicate of NAME_MON
const NAME_7 ; duplicate of NAME_MON
DEF NUM_NAME_TYPES EQU const_value
; Board menu items (see engine/board/menu.asm)
const_def
const BOARDMENUITEM_DIE
const BOARDMENUITEM_POKEMON
const BOARDMENUITEM_BAG
const BOARDMENUITEM_POKEGEAR
const BOARDMENUITEM_EXIT
DEF NUM_BOARD_MENU_ITEMS EQU const_value

View File

@@ -19,7 +19,7 @@ DEF NUM_SPRITEDATA_FIELDS EQU _RS
const PAL_OW_BLUE ; 1
const PAL_OW_GREEN ; 2
const PAL_OW_BROWN ; 3
const PAL_OW_PINK ; 4
const PAL_OW_MISC ; 4
const PAL_OW_EMOTE ; 5
const PAL_OW_TREE ; 6
const PAL_OW_ROCK ; 7