blob: d8da858394b9dcbf6b38e52522b19ce30da885cd (
plain)
1
2
3
4
5
6
7
8
9
|
Route25_h::
db OVERWORLD ; tileset
db ROUTE_25_HEIGHT, ROUTE_25_WIDTH ; dimensions (y, x)
dw Route25_Blocks ; blocks
dw Route25_TextPointers ; texts
dw Route25_Script ; scripts
db WEST ; connections
WEST_MAP_CONNECTION ROUTE_25, ROUTE_24, 0, 0, Route24_Blocks
dw Route25_Object ; objects
|