mirror of
https://github.com/pret/pokered.git
synced 2026-05-18 09:01:43 -05:00
9 lines
327 B
NASM
Executable File
9 lines
327 B
NASM
Executable File
UndergroundPathRoute8_h:
|
|
db GATE ; tileset
|
|
db UNDERGROUND_PATH_ROUTE_8_HEIGHT, UNDERGROUND_PATH_ROUTE_8_WIDTH ; dimensions (y, x)
|
|
dw UndergroundPathRoute8_Blocks ; blocks
|
|
dw UndergroundPathRoute8_TextPointers ; texts
|
|
dw UndergroundPathRoute8_Script ; scripts
|
|
db 0 ; connections
|
|
dw UndergroundPathRoute8_Object ; objects
|