mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-31 23:42:28 -05:00
7 lines
274 B
NASM
Executable File
7 lines
274 B
NASM
Executable File
VermilionHouse2_h:
|
|
db HOUSE ; tileset
|
|
db VERMILION_HOUSE_2_HEIGHT, VERMILION_HOUSE_2_WIDTH ; dimensions (y, x)
|
|
dw VermilionHouse2Blocks, VermilionHouse2TextPointers, VermilionHouse2Script ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw VermilionHouse2Object ; objects
|