blob: 665930583798f5e37b032dda804be15d195bb633 (
plain)
1
2
3
4
5
6
|
Route8Gate_h:
db GATE ; tileset
db ROUTE_8_GATE_HEIGHT, ROUTE_8_GATE_WIDTH ; dimensions (y, x)
dw Route8GateBlocks, Route8GateTextPointers, Route8GateScript ; blocks, texts, scripts
db 0 ; connections
dw Route8GateObject ; objects
|