diff --git a/kefin.tbl b/kefin.tbl index 2f0cb77..f67fcfa 100644 --- a/kefin.tbl +++ b/kefin.tbl @@ -1652,6 +1652,9 @@ FF=[END]\n 237069=[PINK] 23796C=[YELLOW] 237265=[RED] +23626B=[BLACK] +23676C=[GRAY] +236379=[CYAN] 3B00=[Adol] diff --git a/scriptFormat.md b/scriptFormat.md index 637b065..12fe886 100644 --- a/scriptFormat.md +++ b/scriptFormat.md @@ -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,7 +58,10 @@ 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 The value of the `$3B` Character control code comes from the index value from a list of pointers.