blob: 090d43df227b567152ae5ec87d2dd7614baca2ab (
plain)
1
2
3
4
5
6
|
Route18Gate_h:
db GATE ; tileset
db ROUTE_18_GATE_1F_HEIGHT, ROUTE_18_GATE_1F_WIDTH ; dimensions (y, x)
dw Route18GateBlocks, Route18GateTextPointers, Route18GateScript ; blocks, texts, scripts
db $00 ; connections
dw Route18GateObject ; objects
|