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,7 +1,7 @@
Route4_h:
db OVERWORLD ; tileset
db ROUTE_4_HEIGHT, ROUTE_4_WIDTH ; dimensions (y, x)
dw Route4Blocks, Route4TextPointers, Route4Script; blocks, texts, scripts
dw Route4Blocks, Route4TextPointers, Route4Script ; blocks, texts, scripts
db SOUTH | EAST ; connections
SOUTH_MAP_CONNECTION ROUTE_4, ROUTE_3, -3, 22, Route3Blocks
EAST_MAP_CONNECTION ROUTE_4, CERULEAN_CITY, -3, 1, CeruleanCityBlocks, 1