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 @@
Route2_h:
db 00 ; Tileset
db ROUTE_2_HEIGHT,ROUTE_2_WIDTH ;Height,Width blocks (1 block = 4x4 tiles)
dw Route2Blocks, Route2TextPointers, Route2Script
db NORTH | SOUTH ;Connection Byte
db 00 ; tileset
db ROUTE_2_HEIGHT, ROUTE_2_WIDTH ; dimensions (y, x)
dw Route2Blocks, Route2TextPointers, Route2Script ; blocks, texts, scripts
db NORTH | SOUTH ; connections
NORTH_MAP_CONNECTION ROUTE_2, PEWTER_CITY, -3, 2, PewterCityBlocks
SOUTH_MAP_CONNECTION ROUTE_2, VIRIDIAN_CITY, -3, 2, ViridianCityBlocks, 1
dw Route2Object ;Object Data Pointer
dw Route2Object ; objects