Reverted FONT_SMALL
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user