Font constants and slight PSS sync
This commit is contained in:
+8
-4
@@ -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 "SMALL" is invalid
|
||||
FONT = FC 06 @ Given a font id, or use font constants below instead
|
||||
RESET_SIZE = FC 07
|
||||
PAUSE = FC 08 @ manually print the wait byte after this, havent mapped them
|
||||
PAUSE_UNTIL_PRESS = FC 09
|
||||
@@ -447,10 +447,14 @@ ENG = FC 16
|
||||
PAUSE_MUSIC = FC 17
|
||||
RESUME_MUSIC = FC 18
|
||||
|
||||
@ font sizes
|
||||
@ fonts
|
||||
|
||||
SMALL = FC 06 00
|
||||
BIG = FC 06 04
|
||||
FONT_0 = FC 06 00
|
||||
FONT_1 = FC 06 01
|
||||
FONT_2 = FC 06 02
|
||||
FONT_3 = FC 06 03
|
||||
FONT_4 = FC 06 04
|
||||
FONT_5 = FC 06 05
|
||||
|
||||
@ colors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user