Update scriptFormat.md

This commit is contained in:
Kaisaan 2025-05-20 02:17:28 -04:00
parent 4dd8e79e89
commit 0018cf65d5

View File

@ -23,7 +23,7 @@ One pointer can have as many lines of text and has no length limitations.
### Font Info
All text is Shift-JIS encoded with fullwidth characters being 2 bytes long and 20 pixels wide while halfwidth characters are 1 byte long and 10 pixels wide.
In `SLPM_663.60` the font is located at $1A3E90 as 4BPP graphics, its palette is stored at $25E4C0, and the fontmap is at $1A31F0.
`font.py` extracts the fontmap from `SLPM_663.60` to create a quick `font.tbl` table file.
`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