mirror of
https://github.com/Kaisaan/lostkefin.git
synced 2025-06-18 16:45:40 -04:00
Add more colours
This commit is contained in:
parent
862d2e9378
commit
320241d9eb
@ -1652,6 +1652,9 @@ FF=[END]\n
|
||||
237069=[PINK]
|
||||
23796C=[YELLOW]
|
||||
237265=[RED]
|
||||
23626B=[BLACK]
|
||||
23676C=[GRAY]
|
||||
236379=[CYAN]
|
||||
|
||||
|
||||
3B00=[Adol]
|
||||
|
@ -26,7 +26,9 @@ In `SLPM_663.60` the font graphics are located at $1A3E99 as 4BPP graphics, its
|
||||
`font.py` extracts the fontmap from `SLPM_663.60` to create a `font.tbl` table file.
|
||||
Use `kefin.tbl` for corrected values and control codes.
|
||||
|
||||
### Control codes
|
||||
### Control Codes
|
||||
Control codes and related info can be found at the function located at `$4CE00` in `SLPM_663.60` (Loaded into `$0014CD80`)
|
||||
|
||||
|Hex Values|Meaning|Table file|
|
||||
|---|---|---|
|
||||
|`$0A`|Newline|`[LINE]`|
|
||||
@ -56,6 +58,9 @@ White is the default colour for text.
|
||||
|`$70 $69`|`pi`|Pink| |
|
||||
|`$79 $6C`|`yl`|Yellow| |
|
||||
|`$72 $65`|`re`|Red| |
|
||||
|`$62 $6B`|`bk`|Black| |
|
||||
|`$67 $6C`|`gl`|Gray| |
|
||||
|`$63 $79`|`cy`|Cyan| |
|
||||
|
||||
|
||||
#### Characters
|
||||
|
Loading…
Reference in New Issue
Block a user