mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Avoid nonessential EQUS expansion in tests
This commit is contained in:
@@ -12,7 +12,9 @@ MACRO with_each
|
||||
endr
|
||||
ENDM
|
||||
|
||||
DEF with_each_stat EQUS "with_each HP, ATK, DEF,"
|
||||
MACRO with_each_stat
|
||||
with_each HP, ATK, DEF, \1
|
||||
ENDM
|
||||
|
||||
with_each_stat """
|
||||
println STRFMT("Average ? is %d", (SLIME_? + MIMIC_?) / 2)
|
||||
|
||||
Reference in New Issue
Block a user