mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-17 04:26:33 +13:00
9 lines
140 B
NASM
9 lines
140 B
NASM
BargainShopData:
|
|
db 5
|
|
dbw NUGGET, 4500
|
|
dbw PEARL, 650
|
|
dbw BIG_PEARL, 3500
|
|
dbw STARDUST, 900
|
|
dbw STAR_PIECE, 4600
|
|
db -1
|