mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 19:22:05 +00:00
Change FOREACH to FOR (#680)
This commit is contained in:
6
test/asm/for.err
Normal file
6
test/asm/for.err
Normal file
@@ -0,0 +1,6 @@
|
||||
ERROR: for.asm(16):
|
||||
FOR cannot have a step value of 0
|
||||
ERROR: for.asm(41) -> for.asm::REPT~5(47):
|
||||
'v' already defined as constant at for.asm(41) -> for.asm::REPT~4(45)
|
||||
FATAL: for.asm(41) -> for.asm::REPT~5(47):
|
||||
Failed to update FOR symbol value
|
||||
Reference in New Issue
Block a user