From ee723161025844bf3606cd7e5c3b867db7a94160 Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Sun, 15 Jul 2018 10:50:44 -0700 Subject: make comments consistent throughout all mapHeader files --- data/mapHeaders/gary.asm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'data/mapHeaders/gary.asm') diff --git a/data/mapHeaders/gary.asm b/data/mapHeaders/gary.asm index 792c4b32..a9cf381b 100755 --- a/data/mapHeaders/gary.asm +++ b/data/mapHeaders/gary.asm @@ -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 -- cgit v1.3.1-sl0p