summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-02-13 19:01:47 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-02-13 19:07:19 -0500
commit88bbdb6a2ff59b1e00e1ad1020be49f72ccf23da (patch)
tree7123f05c98ef43e4f14e94973a661e9776d4c312 /home
parent53cf08b6b37b319a32b540af452f963747d03e2c (diff)
Define TileCollisionTable as a standard 'db' series
Diffstat (limited to 'home')
-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