diff options
| author | dannye <33dannye@gmail.com> | 2020-11-07 14:35:40 -0600 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2020-11-07 14:35:40 -0600 |
| commit | 453107ab8ac6a7b76d21c466e32aa7290643724d (patch) | |
| tree | 5b2fd7691446b591fca4c3dc396d5a672299f892 /scripts/SilphCo11F.asm | |
| parent | Start disassembling debug yellow (diff) | |
| download | pokeyellow-453107ab8ac6a7b76d21c466e32aa7290643724d.tar.gz pokeyellow-453107ab8ac6a7b76d21c466e32aa7290643724d.tar.xz pokeyellow-453107ab8ac6a7b76d21c466e32aa7290643724d.zip | |
More debug yellow
only debug menu left
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 |
