mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-17 07:33:23 +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,6 +1,6 @@
|
|||
RedsHouse2F_h:
|
||||
db REDS_HOUSE_2 ; tileset
|
||||
db REDS_HOUSE_2F_HEIGHT, REDS_HOUSE_2F_WIDTH ; dimensions
|
||||
dw RedsHouse2FBlocks, RedsHouse2FTextPointers, RedsHouse2FScript
|
||||
db $00 ; no connections
|
||||
dw RedsHouse2FObject
|
||||
db REDS_HOUSE_2F_HEIGHT, REDS_HOUSE_2F_WIDTH ; dimensions (y, x)
|
||||
dw RedsHouse2FBlocks, RedsHouse2FTextPointers, RedsHouse2FScript ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
dw RedsHouse2FObject ; objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue