mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-07 18:54:30 -05:00
This uses catch-all files like main.asm to reduce the total quantity and size of build objects (from 1.1 GB to 70 MB). --------- Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
10 lines
163 B
NASM
10 lines
163 B
NASM
ItemTest_UsableItems2:
|
|
db ITEM_BICYCLE
|
|
db ITEM_CARBOS
|
|
db ITEM_UP_GRADE
|
|
db ITEM_BIG_LEAF
|
|
db ITEM_SHARP_STONE
|
|
db ITEM_BLACK_FEATHER
|
|
db ITEM_SHARP_FANG
|
|
db -1
|