Reverted FONT_SMALL

This commit is contained in:
Eduardo Quezada
2022-07-29 17:04:04 -04:00
parent c97e88b437
commit e0010b9205
4 changed files with 44 additions and 46 deletions
+2 -2
View File
@@ -427,7 +427,7 @@ HIGHLIGHT = FC 02 @ same as fc 01
SHADOW = FC 03 @ same as fc 01
COLOR_HIGHLIGHT_SHADOW = FC 04 @ takes 3 bytes
PALETTE = FC 05 @ used in credits
SIZE = FC 06 @ note that anything other than "FONT_SMALL" is invalid
SIZE = FC 06 @ note that anything other than "SMALL" is invalid
RESET_SIZE = FC 07
PAUSE = FC 08 @ manually print the wait byte after this, havent mapped them
PAUSE_UNTIL_PRESS = FC 09
@@ -449,7 +449,7 @@ RESUME_MUSIC = FC 18
@ font sizes
FONT_SMALL = FC 06 00
SMALL = FC 06 00
BIG = FC 06 04
@ colors