This commit is contained in:
Zeta_Null 2023-10-20 14:33:46 -04:00
commit efd3ce0f00
17 changed files with 71 additions and 28 deletions

View file

@ -30,7 +30,7 @@
const FIRE_STONE ; 16
const THUNDERSTONE ; 17
const WATER_STONE ; 18
const ITEM_19 ; 19
const FAIRY_FEATHER; 19
const HP_UP ; 1a
const PROTEIN ; 1b
const IRON ; 1c

View file

@ -130,6 +130,7 @@ DEF MAIL_STRUCT_LENGTH_JP EQU $2a ; mailmsg_jp struct
const HELD_DRAGON_BOOST
const HELD_DARK_BOOST
const HELD_STEEL_BOOST
const HELD_FAIRY_BOOST
const_next 70
const HELD_CATCH_CHANCE

View file

@ -32,6 +32,7 @@ DEF SPECIAL EQU const_value
const ICE
const DRAGON
const DARK
const FAIRY
DEF TYPES_END EQU const_value
DEF NUM_TYPES EQU TYPES_END + UNUSED_TYPES - UNUSED_TYPES_END - 1 ; discount BIRD