make comments consistent throughout all mapHeader files

This commit is contained in:
Sam Nelson 2018-07-15 10:50:44 -07:00
parent 98f09b6d26
commit ee72316102
7 changed files with 26 additions and 26 deletions

View file

@ -1,8 +1,8 @@
PalletTown_h:
db OVERWORLD ; tileset
db PALLET_TOWN_HEIGHT, PALLET_TOWN_WIDTH ; dimensions
dw PalletTownBlocks, PalletTownTextPointers, PalletTownScript
db PALLET_TOWN_HEIGHT, PALLET_TOWN_WIDTH ; dimensions (y, x)
dw PalletTownBlocks, PalletTownTextPointers, PalletTownScript ; blocks, texts, scripts
db NORTH | SOUTH ; connections
NORTH_MAP_CONNECTION PALLET_TOWN, ROUTE_1, 0, 0, Route1Blocks
SOUTH_MAP_CONNECTION PALLET_TOWN, ROUTE_21, 0, 0, Route21Blocks, 1
dw PalletTownObject
dw PalletTownObject ; objects