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