blob: 072d8f7264da3d3e5ed45d9a892c236b27db761c (
plain)
1
2
3
4
5
6
|
Route15Gate_h:
db GATE ; tileset
db ROUTE_15_GATE_1F_HEIGHT, ROUTE_15_GATE_1F_WIDTH ; dimensions (y, x)
dw Route15GateBlocks, Route15GateTextPointers, Route15GateScript ; blocks, texts, scripts
db $00 ; connections
dw Route15GateObject ; objects
|