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
|
|
@ -56,8 +56,8 @@ ItemAttributes:
|
|||
item_attribute 2100, HELD_NONE, 0, CANT_SELECT, ITEM, ITEMMENU_PARTY, ITEMMENU_NOUSE
|
||||
; WATER_STONE
|
||||
item_attribute 2100, HELD_NONE, 0, CANT_SELECT, ITEM, ITEMMENU_PARTY, ITEMMENU_NOUSE
|
||||
; ITEM_19
|
||||
item_attribute $9999, HELD_NONE, 0, NO_LIMITS, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
|
||||
; FAIRY_FEATHER
|
||||
item_attribute 1450, HELD_FAIRY_BOOST, 10, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
|
||||
; HP_UP
|
||||
item_attribute 9800, HELD_NONE, 0, CANT_SELECT, ITEM, ITEMMENU_PARTY, ITEMMENU_NOUSE
|
||||
; PROTEIN
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
; item associated with the table entry is used instead.
|
||||
|
||||
TimeCapsule_CatchRateItems:
|
||||
db ITEM_19, LEFTOVERS
|
||||
db FAIRY_FEATHER, LEFTOVERS
|
||||
db ITEM_2D, BITTER_BERRY
|
||||
db ITEM_32, GOLD_BERRY
|
||||
db ITEM_5A, BERRY
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ ItemDescriptions:
|
|||
dw FireStoneDesc
|
||||
dw ThunderStoneDesc
|
||||
dw WaterStoneDesc
|
||||
dw QuestionMarkDesc
|
||||
dw FairyFeatherDesc
|
||||
dw HPUpDesc
|
||||
dw ProteinDesc
|
||||
dw IronDesc
|
||||
|
|
@ -915,3 +915,7 @@ MusicMailDesc:
|
|||
MirageMailDesc:
|
||||
db "MEW-print MAIL."
|
||||
next "(HOLD)@"
|
||||
|
||||
FairyFeatherDesc:
|
||||
db "Powers up fairy-"
|
||||
next "type moves. (HOLD)@"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ ItemNames::
|
|||
li "FIRE STONE"
|
||||
li "THUNDERSTONE"
|
||||
li "WATER STONE"
|
||||
li "TERU-SAMA"
|
||||
li "FAIRYFEATHER"
|
||||
li "HP UP"
|
||||
li "PROTEIN"
|
||||
li "IRON"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue