aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapHeaders/gary.asm
diff options
context:
space:
mode:
authorSam Nelson <snelson@cs.uoregon.edu>2018-07-15 10:50:44 -0700
committerSam Nelson <snelson@cs.uoregon.edu>2018-07-15 10:50:44 -0700
commitee723161025844bf3606cd7e5c3b867db7a94160 (patch)
treecf2035732681300ee40cf9da3307b5ea3ac813fd /data/mapHeaders/gary.asm
parentUse rgblink dmg mode (diff)
downloadpokeyellow-ee723161025844bf3606cd7e5c3b867db7a94160.tar.gz
pokeyellow-ee723161025844bf3606cd7e5c3b867db7a94160.tar.xz
pokeyellow-ee723161025844bf3606cd7e5c3b867db7a94160.zip
make comments consistent throughout all mapHeader files
Diffstat (limited to 'data/mapHeaders/gary.asm')
-rwxr-xr-xdata/mapHeaders/gary.asm10
1 files changed, 5 insertions, 5 deletions
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