summaryrefslogtreecommitdiff
path: root/home/overworld.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2020-11-07 21:28:20 -0600
committerGitHub <noreply@github.com>2020-11-07 21:28:20 -0600
commitedf375aff14e54bd54e7a25780fe8b714691ccc7 (patch)
tree015c63e79e4a245c28f72b18954f2a845d30271c /home/overworld.asm
parent338f1276b48ce1394cb9de52b7646e9f8618b1b9 (diff)
parentead36b7ba24413fe0f4423ee1efa6fe88bab0a3c (diff)
Merge pull request #63 from dannye/debug
Debug Yellow
Diffstat (limited to 'home/overworld.asm')
-rw-r--r--home/overworld.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/overworld.asm b/home/overworld.asm
index 68d50695..26451bf1 100644
--- a/home/overworld.asm
+++ b/home/overworld.asm
@@ -2292,7 +2292,11 @@ CheckForUserInterruption::
jr z, .input
ldh a, [hJoy5]
+IF DEF(_DEBUG)
+ and START | SELECT | A_BUTTON
+ELSE
and START | A_BUTTON
+ENDC
jr nz, .input
dec c