blob: b33812580976d4539a916b7f42c9db794a236225 (
plain)
1
2
3
4
5
6
|
Route16Gate_h:
db GATE ; tileset
db ROUTE_16_GATE_1F_HEIGHT, ROUTE_16_GATE_1F_WIDTH ; dimensions (y, x)
dw Route16GateBlocks, Route16GateTextPointers, Route16GateScript ; blocks, texts, scripts
db $00 ; connections
dw Route16GateObject ; objects
|