mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
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:
parent
82e264f425
commit
5c9b80e1a8
13 changed files with 47 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue