diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-16 08:19:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-16 08:19:11 -0400 |
commit | d3a01f777d2bbb3bc5ec6822af893d16fda19936 (patch) | |
tree | 20c078b267b5b35055f30e64e726931e63031166 /scripts/PewterCity.asm | |
parent | 87f24a885d888411d715171d75163bd59a609b41 (diff) | |
parent | 4b4ad9894eb165de673346348493e02d83549746 (diff) |
Merge pull request #275 from Rangi42/master
Disassemble the BLUEMONS.GB debug ROM
Diffstat (limited to 'scripts/PewterCity.asm')
-rwxr-xr-x | scripts/PewterCity.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/PewterCity.asm b/scripts/PewterCity.asm index e3d39dae..ec626b8a 100755 --- a/scripts/PewterCity.asm +++ b/scripts/PewterCity.asm @@ -23,6 +23,10 @@ PewterCityScript0: PewterCityScript_1925e: CheckEvent EVENT_BEAT_BROCK ret nz +IF DEF(_DEBUG) + call DebugPressedOrHeldB + ret nz +ENDC ld hl, CoordsData_19277 call ArePlayerCoordsInArray ret nc |