Move some more constants out of misc_constants.asm

This commit is contained in:
Rangi
2018-01-25 17:30:13 -05:00
parent 0380c2a493
commit dcc0ca9b83
4 changed files with 39 additions and 40 deletions

View File

@@ -65,3 +65,7 @@ MONMENU_FIELD_MOVE EQU 0
MONMENU_MENUOPTION EQU 1
NUM_MONMENU_ITEMS EQU 8
; start/select menu return values
HMENURETURN_SCRIPT EQU %10000000
HMENURETURN_ASM EQU %11111111