summaryrefslogtreecommitdiff
path: root/home/map_objects.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-02-13 19:28:14 -0500
committerGitHub <noreply@github.com>2020-02-13 19:28:14 -0500
commit65a780994f87445f2bf8d9761f7dbf3c1389648a (patch)
tree7123f05c98ef43e4f14e94973a661e9776d4c312 /home/map_objects.asm
parent53cf08b6b37b319a32b540af452f963747d03e2c (diff)
parent88bbdb6a2ff59b1e00e1ad1020be49f72ccf23da (diff)
Merge pull request #684 from Rangi42/master
Define TileCollisionTable as a standard 'db' series
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r--home/map_objects.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm
index 42ac95cf2..64e21e546 100644
--- a/home/map_objects.asm
+++ b/home/map_objects.asm
@@ -80,7 +80,7 @@ GetPlayerStandingTile::
CheckOnWater::
ld a, [wPlayerStandingTile]
call GetTileCollision
- sub WATERTILE
+ sub WATER_TILE
ret z
and a
ret