13 lines
250 B
NASM
13 lines
250 B
NASM
BuenaPrizeItems:
|
|
table_width 2
|
|
db ULTRA_BALL, 2
|
|
db FULL_RESTORE, 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
|