diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-11-05 12:55:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-05 12:55:11 -0500 |
| commit | f386dea5d8cb816f3cbc941e81e8acdaae710a99 (patch) | |
| tree | ec7bcfdc29df28728b4ed27da125dbffd8f2f9c1 /data/mapHeaders/route2.asm | |
| parent | Change Discord link. (diff) | |
| parent | Another map header fix (diff) | |
| download | pokeyellow-f386dea5d8cb816f3cbc941e81e8acdaae710a99.tar.gz pokeyellow-f386dea5d8cb816f3cbc941e81e8acdaae710a99.tar.xz pokeyellow-f386dea5d8cb816f3cbc941e81e8acdaae710a99.zip | |
Merge pull request #190 from Pokeglitch/master
Fixed some map header files
Diffstat (limited to 'data/mapHeaders/route2.asm')
| -rwxr-xr-x | data/mapHeaders/route2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mapHeaders/route2.asm b/data/mapHeaders/route2.asm index 2476d0a5..550cd702 100755 --- a/data/mapHeaders/route2.asm +++ b/data/mapHeaders/route2.asm @@ -1,5 +1,5 @@ Route2_h: - db 00 ; tileset + db OVERWORLD ; tileset db ROUTE_2_HEIGHT, ROUTE_2_WIDTH ; dimensions (y, x) dw Route2Blocks, Route2TextPointers, Route2Script ; blocks, texts, scripts db NORTH | SOUTH ; connections |
