mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
`Expansion::advance()` can increase its offset beyond the size, so I don't think this assumption was valid in the first place; `BufferedContent::advance()` should be able to as well.
13 lines
488 B
Plaintext
13 lines
488 B
Plaintext
warning: for.asm(12): [-Wbackwards-for]
|
|
FOR goes backwards from 2 to 1 by 1
|
|
error: for.asm(16):
|
|
FOR cannot have a step value of 0
|
|
warning: for.asm(20): [-Wbackwards-for]
|
|
FOR goes backwards from 1 to 2 by -1
|
|
error: for.asm(46):
|
|
's' already defined as constant at for.asm(39)
|
|
error: for.asm(48) -> for.asm::REPT~4(54):
|
|
'v' already defined as constant at for.asm(48) -> for.asm::REPT~4(52)
|
|
FATAL: for.asm(48) -> for.asm::REPT~4(54):
|
|
Failed to update FOR symbol value
|