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