mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-25 12:46:17 +12: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 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue