aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapHeaders/redshouse1f.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/redshouse1f.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/redshouse1f.asm')
-rwxr-xr-xdata/mapHeaders/redshouse1f.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/mapHeaders/redshouse1f.asm b/data/mapHeaders/redshouse1f.asm
index 82d83042..a6f5783f 100755
--- a/data/mapHeaders/redshouse1f.asm
+++ b/data/mapHeaders/redshouse1f.asm
@@ -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