diff options
author | Daniel Harding <33dannye@gmail.com> | 2020-11-07 21:28:20 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-07 21:28:20 -0600 |
commit | edf375aff14e54bd54e7a25780fe8b714691ccc7 (patch) | |
tree | 015c63e79e4a245c28f72b18954f2a845d30271c /scripts/SilphCo11F.asm | |
parent | 338f1276b48ce1394cb9de52b7646e9f8618b1b9 (diff) | |
parent | ead36b7ba24413fe0f4423ee1efa6fe88bab0a3c (diff) |
Merge pull request #63 from dannye/debug
Debug Yellow
Diffstat (limited to 'scripts/SilphCo11F.asm')
-rwxr-xr-x | scripts/SilphCo11F.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/SilphCo11F.asm b/scripts/SilphCo11F.asm index 725a5ab3..ff8bb85f 100755 --- a/scripts/SilphCo11F.asm +++ b/scripts/SilphCo11F.asm @@ -97,6 +97,10 @@ SilphCo11F_ScriptPointers: dw SilphCo11Script14 SilphCo11Script0: +IF DEF(_DEBUG) + call DebugPressedOrHeldB + ret nz +ENDC CheckEvent EVENT_BEAT_SILPH_CO_11F_TRAINER_0 call z, SilphCo11Script_6229c CheckEvent EVENT_782 |