;game code end here
ECHO ([$FF00-*]d), "bytes free bank 1"
ORG $1F00
RORG $F000
;gfx bytes start here
This will return the number of bytes I have left in that bank (in decimal form).
The problem is that it gets outputted multiple times with multiple passes. This output gets long when you have multiple banks. I'd like to build an IF statement that outputs it just once, or prehaps just on the 2nd pass and higher. Any ideas?














