mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-19 00:23:20 +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 @@
|
|||
RedsHouse1F_h:
|
||||
db REDS_HOUSE_1 ; tileset
|
||||
db REDS_HOUSE_1F_HEIGHT, REDS_HOUSE_1F_WIDTH ; dimensions
|
||||
dw RedsHouse1FBlocks, RedsHouse1FTextPointers, RedsHouse1FScript
|
||||
db 0 ; no connections
|
||||
dw RedsHouse1FObject
|
||||
db REDS_HOUSE_1F_HEIGHT, REDS_HOUSE_1F_WIDTH ; dimensions (y, x)
|
||||
dw RedsHouse1FBlocks, RedsHouse1FTextPointers, RedsHouse1FScript ; blocks, texts, scripts
|
||||
db 0 ; connections
|
||||
dw RedsHouse1FObject ; objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue