diff options
Diffstat (limited to 'data/mapHeaders/route15gate.asm')
-rwxr-xr-x | data/mapHeaders/route15gate.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/route15gate.asm b/data/mapHeaders/route15gate.asm new file mode 100755 index 00000000..55ee5cc9 --- /dev/null +++ b/data/mapHeaders/route15gate.asm @@ -0,0 +1,6 @@ +Route15Gate_h: ; 0x495f6 to 0x49602 (12 bytes) (id=184) + db GATE ; tileset + db ROUTE_15_GATE_1F_HEIGHT, ROUTE_15_GATE_1F_WIDTH ; dimensions (y, x) + dw Route15GateBlocks, Route15GateTextPointers, Route15GateScript ; blocks, texts, scripts + db $00 ; connections + dw Route15GateObject ; objects |