aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapHeaders/redshouse2f.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/redshouse2f.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/redshouse2f.asm')
-rwxr-xr-xdata/mapHeaders/redshouse2f.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/mapHeaders/redshouse2f.asm b/data/mapHeaders/redshouse2f.asm
index c4b0969c..89193e9e 100755
--- a/data/mapHeaders/redshouse2f.asm
+++ b/data/mapHeaders/redshouse2f.asm
@@ -1,6 +1,6 @@
RedsHouse2F_h:
db REDS_HOUSE_2 ; tileset
- db REDS_HOUSE_2F_HEIGHT, REDS_HOUSE_2F_WIDTH ; dimensions
- dw RedsHouse2FBlocks, RedsHouse2FTextPointers, RedsHouse2FScript
- db $00 ; no connections
- dw RedsHouse2FObject
+ db REDS_HOUSE_2F_HEIGHT, REDS_HOUSE_2F_WIDTH ; dimensions (y, x)
+ dw RedsHouse2FBlocks, RedsHouse2FTextPointers, RedsHouse2FScript ; blocks, texts, scripts
+ db $00 ; connections
+ dw RedsHouse2FObject ; objects