diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-17 17:18:23 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-17 17:18:23 -0400 |
| commit | 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (patch) | |
| tree | 7b1cafe1ca8d3aacb63254118cfc5f8c173adc52 /data/mapHeaders/route1.asm | |
| parent | e1a931df6affe154b57fa48e229ce299410032df (diff) | |
Pull map headers out of main.asm
Diffstat (limited to 'data/mapHeaders/route1.asm')
| -rwxr-xr-x | data/mapHeaders/route1.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/mapHeaders/route1.asm b/data/mapHeaders/route1.asm new file mode 100755 index 00000000..cd849504 --- /dev/null +++ b/data/mapHeaders/route1.asm @@ -0,0 +1,8 @@ +Route1_h: ; 0x1c0c3 to 0x1c0e5 (34 bytes) (bank=7) (id=12) + db OVERWORLD ; tileset + db ROUTE_1_HEIGHT, ROUTE_1_WIDTH ; dimensions (y, x) + dw Route1Blocks, Route1TextPointers, Route1Script ; blocks, texts, scripts + db NORTH | SOUTH ; connections + NORTH_MAP_CONNECTION VIRIDIAN_CITY, VIRIDIAN_CITY_WIDTH, VIRIDIAN_CITY_HEIGHT, -3, 2, VIRIDIAN_CITY_WIDTH - 4, ViridianCityBlocks + SOUTH_MAP_CONNECTION PALLET_TOWN, PALLET_TOWN_WIDTH, 0, 0, PALLET_TOWN_WIDTH, PalletTownBlocks, ROUTE_1_WIDTH, ROUTE_1_HEIGHT + dw Route1Object ; objects |
