mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-31 23:42:28 -05:00
7 lines
254 B
NASM
Executable File
7 lines
254 B
NASM
Executable File
VictoryRoad1_h:
|
|
db CAVERN ; tileset
|
|
db VICTORY_ROAD_1_HEIGHT, VICTORY_ROAD_1_WIDTH ; dimensions (y, x)
|
|
dw VictoryRoad1Blocks, VictoryRoad1TextPointers, VictoryRoad1Script ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw VictoryRoad1Object ; objects
|