Add Fairy-type and Fairy Feather

This adds the Fairy type and the Fairy Feather. Neither are obtainable yet, but will be with time.
This commit is contained in:
Llinos Evans 2023-10-20 19:02:50 +01:00
parent 82e264f425
commit 5c9b80e1a8
13 changed files with 47 additions and 19 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