mirror of https://github.com/pret/pokecrystal.git
Merge pull request #760 from ISSOtm/master
Enable compatibility with upcoming RGBASM version
This commit is contained in:
commit
b577e4e179
|
@ -192,12 +192,14 @@ if ISCONST(\2)
|
|||
jr nz, ._\@
|
||||
ld a, \2
|
||||
._\@:
|
||||
elif STRSUB("\2", 1, 1) == "."
|
||||
else
|
||||
if STRSUB("\2", 1, 1) == "."
|
||||
; Locals can use a short jump
|
||||
jr z, \2
|
||||
else
|
||||
jp z, \2
|
||||
endc
|
||||
endc
|
||||
ENDM
|
||||
|
||||
dict "<MOBILE>", MobileScriptChar
|
||||
|
|
Loading…
Reference in New Issue