aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-12 11:51:59 -0700
committerGitHub <noreply@github.com>2016-06-12 11:51:59 -0700
commitbfaabd08be0a790dff961276d76af3e1af4e6e24 (patch)
tree60742e693805fd75031079e8d3b8a87847452d1e /engine/overworld
parentMerge pull request #134 from YamaArashi/master (diff)
parentsync home (diff)
downloadpokeyellow-bfaabd08be0a790dff961276d76af3e1af4e6e24.tar.gz
pokeyellow-bfaabd08be0a790dff961276d76af3e1af4e6e24.tar.xz
pokeyellow-bfaabd08be0a790dff961276d76af3e1af4e6e24.zip
Merge pull request #135 from YamaArashi/master
sync tileset WRAM labels
Diffstat (limited to 'engine/overworld')
-rw-r--r--engine/overworld/movement.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/movement.asm b/engine/overworld/movement.asm
index 9302b6e3..6d05859e 100644
--- a/engine/overworld/movement.asm
+++ b/engine/overworld/movement.asm
@@ -589,9 +589,9 @@ CanWalkOntoTile:
and a
ret
.notScripted
- ld a, [wTileSetCollisionPtr]
+ ld a, [wTilesetCollisionPtr]
ld l, a
- ld a, [wTileSetCollisionPtr+1]
+ ld a, [wTilesetCollisionPtr+1]
ld h, a
.tilePassableLoop
ld a, [hli]