mirror of
https://github.com/pret/pokeyellow.git
synced 2026-06-02 22:14:32 -05:00
7 lines
351 B
NASM
Executable File
7 lines
351 B
NASM
Executable File
UndergroundPathEntranceRoute6_h:
|
|
db GATE ; tileset
|
|
db PATH_ENTRANCE_ROUTE_6_HEIGHT, PATH_ENTRANCE_ROUTE_6_WIDTH ; dimensions (y, x)
|
|
dw UndergroundPathEntranceRoute6Blocks, UndergroundPathEntranceRoute6TextPointers, UndergroundPathEntranceRoute6Script ; blocks, texts, scripts
|
|
db $00 ; connections
|
|
dw UndergroundPathEntranceRoute6Object ; objects
|