diff options
Diffstat (limited to 'constants/item_constants.asm')
-rw-r--r-- | constants/item_constants.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/item_constants.asm b/constants/item_constants.asm index f8429010..68220ea0 100644 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -261,6 +261,7 @@ NUM_TMS = const_value - TM01 - 2 NUM_HMS = const_value - HM01 const HM_08 ; $FA +USE_SCRIPT_VAR EQU $00 ITEM_FROM_MEM EQU $ff @@ -311,4 +312,4 @@ MAIL_MAX_LENGTH EQU $20 const MART_SAFFRON const MART_MT_MOON const MART_INDIGO_PLATEAU - const MART_UNDERGROUND + const MART_UNDERGROUND
\ No newline at end of file |