mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
The Big Bad Bugs and the Lunar Lord!
This commit is contained in:
parent
56bf3ef2b0
commit
672cefbd96
60 changed files with 302 additions and 40 deletions
|
|
@ -297,8 +297,8 @@ ItemAttributes:
|
|||
; BUG: Dragon Scale, not Dragon Fang, boosts Dragon-type moves (see docs/bugs_and_glitches.md)
|
||||
; DRAGON_FANG
|
||||
item_attribute 100, HELD_NONE, 0, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
|
||||
; ITEM_91
|
||||
item_attribute $9999, HELD_NONE, 0, NO_LIMITS, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
|
||||
; BLK_AUGURITE
|
||||
item_attribute 2100, HELD_NONE, 0, CANT_SELECT, ITEM, ITEMMENU_PARTY, ITEMMENU_NOUSE
|
||||
; LEFTOVERS
|
||||
item_attribute 200, HELD_LEFTOVERS, 10, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
|
||||
; ITEM_93
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ ItemDescriptions:
|
|||
dw ShinyStoneDesc
|
||||
dw MetalCoatDesc
|
||||
dw DragonFangDesc
|
||||
dw QuestionMarkDesc
|
||||
dw BlkAuguriteDesc
|
||||
dw LeftoversDesc
|
||||
dw QuestionMarkDesc
|
||||
dw QuestionMarkDesc
|
||||
|
|
@ -955,3 +955,7 @@ DuskStoneDesc:
|
|||
ShinyStoneDesc:
|
||||
db "Evolves certain"
|
||||
next "kinds of #MON.@"
|
||||
|
||||
BlkAuguriteDesc:
|
||||
db "Evolves certain"
|
||||
next "kinds of #MON.@"
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ ItemNames::
|
|||
li "SHINY STONE"
|
||||
li "METAL COAT"
|
||||
li "DRAGON FANG"
|
||||
li "TERU-SAMA"
|
||||
li "BLK AUGURITE"
|
||||
li "LEFTOVERS"
|
||||
li "TERU-SAMA"
|
||||
li "TERU-SAMA"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue