aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-16 08:19:11 -0400
committerGitHub <noreply@github.com>2020-07-16 08:19:11 -0400
commitd3a01f777d2bbb3bc5ec6822af893d16fda19936 (patch)
tree20c078b267b5b35055f30e64e726931e63031166 /engine/overworld
parentMerge pull request #274 from Rangi42/master (diff)
parentDisassemble the BLUEMONS.GB debug ROM (diff)
downloadpokeyellow-d3a01f777d2bbb3bc5ec6822af893d16fda19936.tar.gz
pokeyellow-d3a01f777d2bbb3bc5ec6822af893d16fda19936.tar.xz
pokeyellow-d3a01f777d2bbb3bc5ec6822af893d16fda19936.zip
Merge pull request #275 from Rangi42/master
Disassemble the BLUEMONS.GB debug ROM
Diffstat (limited to 'engine/overworld')
-rw-r--r--engine/overworld/special_warps.asm2
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