diff options
Diffstat (limited to 'constants/item_constants.asm')
-rw-r--r-- | constants/item_constants.asm | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/constants/item_constants.asm b/constants/item_constants.asm index e790d1650..fea4632e3 100644 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -250,7 +250,16 @@ HM_06 EQU $F8 HM_07 EQU $F9 HM_08 EQU $FA -NUM_TMS EQU HM_01 - TM_01 - 2 + +NUM_TMS EQU 50 +NUM_HMS EQU 7 + + +; leftovers from red +SAFARI_BALL EQU 8 ; MOON_STONE +MOON_STONE_RED EQU 10 ; BURN_HEAL +FULL_HEAL_RED EQU 52 ; X_SPEED + ; pockets ITEM EQU 1 @@ -311,6 +320,8 @@ HELD_DRAGON_BOOST EQU $40 HELD_DARK_BOOST EQU $41 HELD_STEEL_BOOST EQU $42 +HELD_CATCH_CHANCE EQU $46 + HELD_ESCAPE EQU $48 HELD_CRITICAL_UP EQU $49 HELD_QUICK_CLAW EQU $4a |