Use features new to RGBDS 0.9.2 (#1180)

This commit is contained in:
Rangi
2025-05-10 12:47:43 -04:00
committed by GitHub
parent f480cb9e24
commit a15a2970a1
10 changed files with 29 additions and 29 deletions

View File

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