diff options
Diffstat (limited to 'data/mapHeaders/route11gate.asm')
-rwxr-xr-x | data/mapHeaders/route11gate.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/route11gate.asm b/data/mapHeaders/route11gate.asm new file mode 100755 index 00000000..56b9381c --- /dev/null +++ b/data/mapHeaders/route11gate.asm @@ -0,0 +1,6 @@ +Route11Gate_h: ; 0x49400 to 0x4940c (12 bytes) (id=84) + db GATE ; tileset + db ROUTE_11_GATE_1F_HEIGHT, ROUTE_11_GATE_1F_WIDTH ; dimensions (y, x) + dw Route11GateBlocks, Route11GateTextPointers, Route11GateScript ; blocks, texts, scripts + db $00 ; connections + dw Route11GateObject ; objects |