Closed NealeTools closed 8 months ago
LAYER PALETTE %0 BANK 32,%0
Gives: Nonsense in basic
For some reason, the "32" is not encoding correctly. Solution: Retype in NextBASIC editor (after crash) and press ENTER. Now it works. or Make it an integer: "%32" in VSCode, and then encoding is fine.
Tested on v1.9.1 and v1.11.1 with same behaviour.
LAYER PALETTE %0 BANK 32,%0
Gives: Nonsense in basic
For some reason, the "32" is not encoding correctly. Solution: Retype in NextBASIC editor (after crash) and press ENTER. Now it works. or Make it an integer: "%32" in VSCode, and then encoding is fine.
Tested on v1.9.1 and v1.11.1 with same behaviour.