mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-31 23:42:28 -05:00
7 lines
291 B
NASM
Executable File
7 lines
291 B
NASM
Executable File
Route18GateUpstairs_h:
|
|
db GATE ; tileset
|
|
db ROUTE_18_GATE_2F_HEIGHT, ROUTE_18_GATE_2F_WIDTH ; dimensions (y, x)
|
|
dw Route18GateUpstairsBlocks, Route18GateUpstairsTextPointers, Route18GateUpstairsScript ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw Route18GateUpstairsObject ; objects
|