diff options
Diffstat (limited to 'data/mapHeaders/route16gate.asm')
-rwxr-xr-x | data/mapHeaders/route16gate.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/route16gate.asm b/data/mapHeaders/route16gate.asm new file mode 100755 index 00000000..a155125e --- /dev/null +++ b/data/mapHeaders/route16gate.asm @@ -0,0 +1,6 @@ +Route16Gate_h: ; 0x496b2 to 0x496be (12 bytes) (id=186) + 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 |