diff options
Diffstat (limited to 'constants')
-rwxr-xr-x | constants/item_constants.asm | 1 | ||||
-rw-r--r-- | constants/misc_constants.asm | 13 |
2 files changed, 8 insertions, 6 deletions
diff --git a/constants/item_constants.asm b/constants/item_constants.asm index e73a389a..64fda27f 100755 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -100,6 +100,7 @@ SAFARI_ROCK EQU $16 ; overload const FLOOR_11F ; $60 const FLOOR_B4F ; $61 const ICE_STONE ; $62 + const DEVOLVE_STONE ; $63 const_value = $C4 diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index b42745cc..4ef5958e 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -98,12 +98,13 @@ SLOTSBIRD EQU $1210 SLOTSMOUSE EQU $1614 ; party menu types -NORMAL_PARTY_MENU EQU 0 -USE_ITEM_PARTY_MENU EQU 1 -BATTLE_PARTY_MENU EQU 2 -TMHM_PARTY_MENU EQU 3 -SWAP_MONS_PARTY_MENU EQU 4 -EVO_STONE_PARTY_MENU EQU 5 +NORMAL_PARTY_MENU EQU 0 +USE_ITEM_PARTY_MENU EQU 1 +BATTLE_PARTY_MENU EQU 2 +TMHM_PARTY_MENU EQU 3 +SWAP_MONS_PARTY_MENU EQU 4 +EVO_STONE_PARTY_MENU EQU 5 +DEVO_STONE_PARTY_MENU EQU 6 ; party memu message IDs ANTIDOTE_MSG EQU $F0 |