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/MtMoonB2F.asm | |
| parent | Ignore tools/pcm (diff) | |
| parent | Fix typo (diff) | |
| download | pokeyellow-edf375aff14e54bd54e7a25780fe8b714691ccc7.tar.gz pokeyellow-edf375aff14e54bd54e7a25780fe8b714691ccc7.tar.xz pokeyellow-edf375aff14e54bd54e7a25780fe8b714691ccc7.zip | |
Merge pull request #63 from dannye/debug
Debug Yellow
Diffstat (limited to 'scripts/MtMoonB2F.asm')
| -rwxr-xr-x | scripts/MtMoonB2F.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/MtMoonB2F.asm b/scripts/MtMoonB2F.asm index 069fc1b3..d121f883 100755 --- a/scripts/MtMoonB2F.asm +++ b/scripts/MtMoonB2F.asm @@ -73,6 +73,10 @@ MtMoonB2F_ScriptPointers: dw MtMoon3Script15 MtMoon3Script0: +IF DEF(_DEBUG) + call DebugPressedOrHeldB + ret nz +ENDC CheckEitherEventSet EVENT_GOT_DOME_FOSSIL, EVENT_GOT_HELIX_FOSSIL call z, MtMoon3Script_49d28 CheckEvent EVENT_BEAT_MT_MOON_3_TRAINER_0 |
