You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Require rgbds 0.6.0
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user