mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Gambling, Breeding, and Ressurection: My Kinda Night
This commit is contained in:
parent
577cd5d353
commit
0b7b88d954
157 changed files with 1095 additions and 153 deletions
|
|
@ -358,8 +358,8 @@ ItemAttributes:
|
|||
item_attribute 10, HELD_BERRY, 30, CANT_SELECT, ITEM, ITEMMENU_PARTY, ITEMMENU_PARTY
|
||||
; SQUIRTBOTTLE
|
||||
item_attribute 0, HELD_NONE, 0, CANT_SELECT | CANT_TOSS, KEY_ITEM, ITEMMENU_CLOSE, ITEMMENU_NOUSE
|
||||
; ITEM_B0
|
||||
item_attribute $9999, HELD_NONE, 0, NO_LIMITS, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
|
||||
; DUBIOUS_DISK
|
||||
item_attribute 2100, HELD_NONE, 0, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
|
||||
; PARK_BALL
|
||||
item_attribute 0, HELD_NONE, 0, CANT_SELECT, BALL, ITEMMENU_NOUSE, ITEMMENU_CLOSE
|
||||
; RAINBOW_WING
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@ ItemDescriptions:
|
|||
dw BerryDesc
|
||||
dw GoldBerryDesc
|
||||
dw SquirtBottleDesc
|
||||
dw QuestionMarkDesc
|
||||
dw DubiousDiscDesc
|
||||
dw ParkBallDesc
|
||||
dw RainbowWingDesc
|
||||
dw QuestionMarkDesc
|
||||
|
|
@ -869,6 +869,10 @@ SquirtBottleDesc:
|
|||
db "A bottle used for"
|
||||
next "watering plants.@"
|
||||
|
||||
DubiousDiscDesc:
|
||||
db "A mysterious box"
|
||||
next "of dubious data.@"
|
||||
|
||||
ParkBallDesc:
|
||||
db "The Bug-Catching"
|
||||
next "Contest BALL.@"
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ ItemNames::
|
|||
li "BERRY"
|
||||
li "GOLD BERRY"
|
||||
li "SQUIRTBOTTLE"
|
||||
li "TERU-SAMA"
|
||||
li "DUBIOUS DISK"
|
||||
li "PARK BALL"
|
||||
li "RAINBOW WING"
|
||||
li "TERU-SAMA"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue