summaryrefslogtreecommitdiff
path: root/engine/map_objects.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-14 11:12:18 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-14 11:12:18 -0500
commitc635e30777ba57e3fd4249862fd562936d0d47bd (patch)
tree7686a09931e78c5d01e43f557c3dabc60eeed6fe /engine/map_objects.asm
parent8a439dbd0509d37c8d29e340a6544b3c09be4a72 (diff)
map setup and warps
Diffstat (limited to 'engine/map_objects.asm')
-rw-r--r--engine/map_objects.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/map_objects.asm b/engine/map_objects.asm
index 13e4f73bf..8e3bd49f0 100644
--- a/engine/map_objects.asm
+++ b/engine/map_objects.asm
@@ -3040,7 +3040,7 @@ Function579d: ; 579d
ld [wd04e], a
ld [PlayerObjectStepFrame], a
call Function57bc
- callba CheckWarpCollision
+ callba CheckWarpFacingDown
call c, SpawnInFacingDown
call SpawnInCustomFacing
ret