diff options
Diffstat (limited to 'constants/item_constants.asm')
-rw-r--r-- | constants/item_constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/item_constants.asm b/constants/item_constants.asm index 9002a87b..e7cea725 100644 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -229,3 +229,6 @@ NUM_TM_HM EQU NUM_TMS + NUM_HMS ; These fit in 7 bytes, with one unused bit left over. __tmhm_value__ = NUM_TM_HM + 1 UNUSED_TMNUM EQU __tmhm_value__ + +; used for Time Capsule held item compatibility +TWISTEDSPOON_GSC EQU $60 |