aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapHeaders/gary.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2018-07-15 21:44:14 -0500
committerGitHub <noreply@github.com>2018-07-15 21:44:14 -0500
commit929c65f805ba144e7e093b2c5b2f70b84176ba00 (patch)
tree388aa35997bcbc07367459f7e556fe08c2ff821e /data/mapHeaders/gary.asm
parentMerge pull request #185 from UrsSchmidt/master (diff)
parentmake comments consistent throughout all mapHeader files (diff)
downloadpokeyellow-929c65f805ba144e7e093b2c5b2f70b84176ba00.tar.gz
pokeyellow-929c65f805ba144e7e093b2c5b2f70b84176ba00.tar.xz
pokeyellow-929c65f805ba144e7e093b2c5b2f70b84176ba00.zip
Merge pull request #188 from snelson3/consistent-map-header-comments
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