Merge pull request #760 from ISSOtm/master

Enable compatibility with upcoming RGBASM version
This commit is contained in:
Rangi
2020-08-18 10:19:18 -04:00
committed by GitHub

View File

@@ -192,11 +192,13 @@ if ISCONST(\2)
jr nz, ._\@ jr nz, ._\@
ld a, \2 ld a, \2
._\@: ._\@:
elif STRSUB("\2", 1, 1) == "."
; Locals can use a short jump
jr z, \2
else else
if STRSUB("\2", 1, 1) == "."
; Locals can use a short jump
jr z, \2
else
jp z, \2 jp z, \2
endc
endc endc
ENDM ENDM