aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapHeaders/route4.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/route4.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/route4.asm')
-rwxr-xr-xdata/mapHeaders/route4.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mapHeaders/route4.asm b/data/mapHeaders/route4.asm
index a322f23c..26670e6d 100755
--- a/data/mapHeaders/route4.asm
+++ b/data/mapHeaders/route4.asm
@@ -1,7 +1,7 @@
Route4_h:
db OVERWORLD ; tileset
db ROUTE_4_HEIGHT, ROUTE_4_WIDTH ; dimensions (y, x)
- dw Route4Blocks, Route4TextPointers, Route4Script; blocks, texts, scripts
+ dw Route4Blocks, Route4TextPointers, Route4Script ; blocks, texts, scripts
db SOUTH | EAST ; connections
SOUTH_MAP_CONNECTION ROUTE_4, ROUTE_3, -3, 22, Route3Blocks
EAST_MAP_CONNECTION ROUTE_4, CERULEAN_CITY, -3, 1, CeruleanCityBlocks, 1