Require rgbds 0.6.0

This commit is contained in:
Rangi
2022-10-02 22:03:53 -04:00
parent 70a3ec1acc
commit 8e135931a6
85 changed files with 93 additions and 429 deletions

View File

@@ -5,7 +5,8 @@ DelayFrame::
; Wait for the next VBlank, halting to conserve battery
.halt
halt ; rgbasm adds a nop after this instruction by default
halt
nop
ld a, [wVBlankOccurred]
and a
jr nz, .halt

View File

@@ -198,7 +198,7 @@ MACRO dict
jr nz, .not\@
ld a, \2
.not\@:
elif STRSUB("\2", 1, 1) == "."
elif !STRCMP(STRSUB("\2", 1, 1), ".")
; Locals can use a short jump
jr z, \2
else