diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-15 13:35:39 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-15 13:35:39 -0400 |
commit | 4b4ad9894eb165de673346348493e02d83549746 (patch) | |
tree | 20c078b267b5b35055f30e64e726931e63031166 /scripts/PokemonTower2F.asm | |
parent | 87f24a885d888411d715171d75163bd59a609b41 (diff) |
Disassemble the BLUEMONS.GB debug ROM
Diffstat (limited to 'scripts/PokemonTower2F.asm')
-rwxr-xr-x | scripts/PokemonTower2F.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/PokemonTower2F.asm b/scripts/PokemonTower2F.asm index cddebfa8..5ab85c2d 100755 --- a/scripts/PokemonTower2F.asm +++ b/scripts/PokemonTower2F.asm @@ -17,6 +17,10 @@ PokemonTower2F_ScriptPointers: dw PokemonTower2Script2 PokemonTower2Script0: +IF DEF(_DEBUG) + call DebugPressedOrHeldB + ret nz +ENDC CheckEvent EVENT_BEAT_POKEMON_TOWER_RIVAL ret nz ld hl, CoordsData_6055e |