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/pallettown.asm | |
| parent | Pull map objects out of main.asm (diff) | |
| download | pokeyellow-4e4e72d02a5a202daea3a73363d2a4c3ba34e724.tar.gz pokeyellow-4e4e72d02a5a202daea3a73363d2a4c3ba34e724.tar.xz pokeyellow-4e4e72d02a5a202daea3a73363d2a4c3ba34e724.zip | |
Pull map headers out of main.asm
Diffstat (limited to 'data/mapHeaders/pallettown.asm')
| -rwxr-xr-x | data/mapHeaders/pallettown.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/mapHeaders/pallettown.asm b/data/mapHeaders/pallettown.asm new file mode 100755 index 00000000..248c49b4 --- /dev/null +++ b/data/mapHeaders/pallettown.asm @@ -0,0 +1,8 @@ +PalletTown_h: ; 182a1 (6:42a1) + db OVERWORLD ; tileset + db PALLET_TOWN_HEIGHT, PALLET_TOWN_WIDTH ; dimensions + dw PalletTownBlocks, PalletTownTextPointers, PalletTownScript + db NORTH | SOUTH ; connections + NORTH_MAP_CONNECTION ROUTE_1, ROUTE_1_WIDTH, ROUTE_1_HEIGHT, 0, 0, ROUTE_1_WIDTH, Route1Blocks + SOUTH_MAP_CONNECTION ROUTE_21, ROUTE_21_WIDTH, 0, 0, ROUTE_21_WIDTH, Route21Blocks, PALLET_TOWN_WIDTH, PALLET_TOWN_HEIGHT + dw PalletTownObject |
