diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-10 17:30:27 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-10 17:30:27 -0500 |
commit | c8575823a0e3694cba7c63e7ef468c55bb301804 (patch) | |
tree | 8dc753dc443b6b84d5649705415d66794781a88e /constants/item_constants.asm | |
parent | 28d5169a119ece438cc39b442adaa018b9a376e3 (diff) |
Battle data goes in data/battle/
TreeMons, like fish groups, have constants
Diffstat (limited to 'constants/item_constants.asm')
-rw-r--r-- | constants/item_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/item_constants.asm b/constants/item_constants.asm index dc39310a3..4452571b9 100644 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -290,9 +290,9 @@ NUM_HMS = const_value - HM01 add_mt ICE_BEAM NUM_TM_HM_TUTOR = __enum__ +- 1 -ITEM_FROM_MEM EQU $FF +ITEM_FROM_MEM EQU $ff ; leftovers from red SAFARI_BALL EQU $08 ; MOON_STONE -MOON_STONE_RED EQU $0A ; BURN_HEAL +MOON_STONE_RED EQU $0a ; BURN_HEAL FULL_HEAL_RED EQU $34 ; X_SPEED |