From 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Sat, 17 May 2014 17:18:23 -0400 Subject: Pull map headers out of main.asm --- data/mapHeaders/route2gate.asm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 data/mapHeaders/route2gate.asm (limited to 'data/mapHeaders/route2gate.asm') diff --git a/data/mapHeaders/route2gate.asm b/data/mapHeaders/route2gate.asm new file mode 100755 index 00000000..343c0f09 --- /dev/null +++ b/data/mapHeaders/route2gate.asm @@ -0,0 +1,6 @@ +Route2Gate_h: ; 0x5d5c8 to 0x5d5d4 (12 bytes) (id=49) + db GATE ; tileset + db ROUTE_2_GATE_HEIGHT, ROUTE_2_GATE_WIDTH ; dimensions (y, x) + dw Route2GateBlocks, Route2GateTextPointers, Route2GateScript ; blocks, texts, scripts + db $00 ; connections + dw Route2GateObject ; objects -- cgit v1.3.1-sl0p