diff options
Diffstat (limited to 'data/mapHeaders/route6gate.asm')
-rwxr-xr-x | data/mapHeaders/route6gate.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/route6gate.asm b/data/mapHeaders/route6gate.asm new file mode 100755 index 00000000..3bafb448 --- /dev/null +++ b/data/mapHeaders/route6gate.asm @@ -0,0 +1,6 @@ +Route6Gate_h: ; 0x1e031 to 0x1e03d (12 bytes) (bank=7) (id=73) + db GATE ; tileset + db ROUTE_6_GATE_HEIGHT, ROUTE_6_GATE_WIDTH ; dimensions (y, x) + dw Route6GateBlocks, Route6GateTextPointers, Route6GateScript ; blocks, texts, scripts + db $00 ; connections + dw Route6GateObject ; objects |