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

@@ -187,7 +187,7 @@ ENDM
const loadvar_command ; $1e
MACRO loadvar
if STRIN("\1", "VAR_") != 1
if STRFIND("\1", "VAR_") != 0
; LEGACY: Support for the old name of "loadmem"
loadmem \1, \2
else