mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-04 02:21:43 +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,6 +1,6 @@
|
|||
Gary_h:
|
||||
db GYM ;tileset
|
||||
db CHAMPIONS_ROOM_HEIGHT, CHAMPIONS_ROOM_WIDTH ; Height, Width
|
||||
dw GaryBlocks, GaryTextPointers, GaryScript
|
||||
db $0 ;No Connections
|
||||
dw GaryObject
|
||||
db GYM ; tileset
|
||||
db CHAMPIONS_ROOM_HEIGHT, CHAMPIONS_ROOM_WIDTH ; dimensions (y, x)
|
||||
dw GaryBlocks, GaryTextPointers, GaryScript ; blocks, texts, scripts
|
||||
db $0 ; connections
|
||||
dw GaryObject ; objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue