mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-16 12:06:28 +13:00

The Egg Ticket still needs its function to be usable, but is now at least obtainable in some way. This makes Buena's Password much, much more interesting.
13 lines
263 B
NASM
13 lines
263 B
NASM
BuenaPrizeItems:
|
|
table_width 2, BuenaPrizeItems
|
|
db EGG_TICKET, 2
|
|
db EON_MAIL, 2
|
|
db NUGGET, 3
|
|
db RARE_CANDY, 3
|
|
db PROTEIN, 5
|
|
db IRON, 5
|
|
db CARBOS, 5
|
|
db CALCIUM, 5
|
|
db HP_UP, 5
|
|
assert_table_length NUM_BUENA_PRIZES
|