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/route8.asm | |
| parent | e1a931df6affe154b57fa48e229ce299410032df (diff) | |
Pull map headers out of main.asm
Diffstat (limited to 'data/mapHeaders/route8.asm')
| -rwxr-xr-x | data/mapHeaders/route8.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/mapHeaders/route8.asm b/data/mapHeaders/route8.asm new file mode 100755 index 00000000..dd9a717b --- /dev/null +++ b/data/mapHeaders/route8.asm @@ -0,0 +1,8 @@ +Route8_h: ; 0x5812d to 0x5814f (34 bytes) (id=19) + db OVERWORLD ; tileset + db ROUTE_8_HEIGHT, ROUTE_8_WIDTH ; dimensions (y, x) + dw Route8Blocks, Route8TextPointers, Route8Script ; blocks, texts, scripts + db WEST | EAST ; connections + WEST_MAP_CONNECTION SAFFRON_CITY, SAFFRON_CITY_WIDTH, -3, 1, SAFFRON_CITY_HEIGHT - 3, SaffronCityBlocks, ROUTE_8_WIDTH + EAST_MAP_CONNECTION LAVENDER_TOWN, LAVENDER_TOWN_WIDTH, 0, 0, LAVENDER_TOWN_HEIGHT, LavenderTownBlocks, ROUTE_8_WIDTH + dw Route8Object ; objects |
