mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-04 10:31:45 +13:00
make comments consistent throughout all mapHeader files
This commit is contained in:
parent
98f09b6d26
commit
ee72316102
7 changed files with 26 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue