mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Breakable rocks now have items, add Club Fossil
This commit is contained in:
parent
275d86288c
commit
91e1763395
9 changed files with 76 additions and 14 deletions
|
|
@ -302,8 +302,8 @@ ItemAttributes:
|
|||
item_attribute 200, HELD_LEFTOVERS, 10, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
|
||||
; PEAT_BLOCK
|
||||
item_attribute 2100, HELD_NONE, 0, CANT_SELECT, ITEM, ITEMMENU_PARTY, ITEMMENU_NOUSE
|
||||
; ITEM_94
|
||||
item_attribute $9999, HELD_NONE, 0, NO_LIMITS, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
|
||||
; CLUB_FOSSIL
|
||||
item_attribute 0, HELD_NONE, 0, CANT_SELECT | CANT_TOSS, KEY_ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
|
||||
; ITEM_95
|
||||
item_attribute $9999, HELD_NONE, 0, NO_LIMITS, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
|
||||
; MYSTERYBERRY
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ ItemDescriptions:
|
|||
dw BlkAuguriteDesc
|
||||
dw LeftoversDesc
|
||||
dw PeatBlockDesc
|
||||
dw QuestionMarkDesc
|
||||
dw ClubFossilDesc
|
||||
dw QuestionMarkDesc
|
||||
dw MysteryBerryDesc
|
||||
dw DragonScaleDesc
|
||||
|
|
@ -967,3 +967,7 @@ BlkAuguriteDesc:
|
|||
PeatBlockDesc:
|
||||
db "Evolves certain"
|
||||
next "kinds of #MON.@"
|
||||
|
||||
ClubFossilDesc:
|
||||
db "The club of an"
|
||||
next "ancient #MON.@"
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ ItemNames::
|
|||
li "BLK AUGURITE"
|
||||
li "LEFTOVERS"
|
||||
li "PEAT BLOCK"
|
||||
li "TERU-SAMA"
|
||||
li "CLUB FOSSIL"
|
||||
li "TERU-SAMA"
|
||||
li "MYSTERYBERRY"
|
||||
li "DRAGON SCALE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue