diff options
Diffstat (limited to 'engine/overworld')
-rw-r--r-- | engine/overworld/special_warps.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/special_warps.asm b/engine/overworld/special_warps.asm index 54471ee0..61356a03 100644 --- a/engine/overworld/special_warps.asm +++ b/engine/overworld/special_warps.asm @@ -11,7 +11,7 @@ SpecialWarpIn:: .next bit 1, [hl] jr z, .next3 - call EmptyFunc + call DebugStart .next3 ld a, 0 .next2 |