Avoid nonessential EQUS expansion in tests

This commit is contained in:
Rangi42
2025-09-06 13:30:01 -04:00
parent 94ed28acf8
commit c8a088f281
24 changed files with 68 additions and 57 deletions

View File

@@ -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)