summaryrefslogtreecommitdiff
path: root/home/map_objects.asm
diff options
context:
space:
mode:
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 f64ebd8ab..4c896c7d7 100644
--- a/home/map_objects.asm
+++ b/home/map_objects.asm
@@ -84,7 +84,7 @@ GetPlayerStandingTile:: ; 184a
CheckOnWater:: ; 1852
ld a, [PlayerStandingTile]
call GetTileCollision
- sub 1
+ sub WATERTILE
ret z
and a
ret