From a2a59fead0a53cc7967fb3600d7c98c32ff53a3d Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Sat, 31 May 2025 01:13:53 -0400 Subject: [PATCH] Update scriptFormat.md --- scriptFormat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptFormat.md b/scriptFormat.md index b10948e..1d661a4 100644 --- a/scriptFormat.md +++ b/scriptFormat.md @@ -22,7 +22,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. +In `SLPM_663.60` the font graphics are located at $1A3E99 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 `font.tbl` table file. Use `kefin.tbl` for corrected values and control codes.