Open ivan-pi opened 1 year ago
The font should be set in an include file for easy replacement.
include
This also affects instruction FX29 which sets I to the location of the sprite for the character in VX. Characters 0-F (in hexadecimal) are represented by a 4x5 font.
FX29
I
A few different fonts can be found under Toolbox -> Appearance -> Fonts in the Octo IDE.
The font should be set in an
include
file for easy replacement.This also affects instruction
FX29
which setsI
to the location of the sprite for the character in VX. Characters 0-F (in hexadecimal) are represented by a 4x5 font.