diff options
| author | Sam Nelson <snelson@cs.uoregon.edu> | 2018-07-15 10:50:44 -0700 |
|---|---|---|
| committer | Sam Nelson <snelson@cs.uoregon.edu> | 2018-07-15 10:50:44 -0700 |
| commit | ee723161025844bf3606cd7e5c3b867db7a94160 (patch) | |
| tree | cf2035732681300ee40cf9da3307b5ea3ac813fd /data/mapHeaders/route2.asm | |
| parent | Use rgblink dmg mode (diff) | |
| download | pokeyellow-ee723161025844bf3606cd7e5c3b867db7a94160.tar.gz pokeyellow-ee723161025844bf3606cd7e5c3b867db7a94160.tar.xz pokeyellow-ee723161025844bf3606cd7e5c3b867db7a94160.zip | |
make comments consistent throughout all mapHeader files
Diffstat (limited to 'data/mapHeaders/route2.asm')
| -rwxr-xr-x | data/mapHeaders/route2.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/mapHeaders/route2.asm b/data/mapHeaders/route2.asm index 38e80842..2476d0a5 100755 --- a/data/mapHeaders/route2.asm +++ b/data/mapHeaders/route2.asm @@ -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 |
