diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2023-12-28 22:45:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-28 22:45:53 +0200 |
| commit | 402666242bcd3d14ecf710bebd4f74a566db7bbb (patch) | |
| tree | 1d97282f86ef1b8c25dbe4d292a74ffe0a4d8964 /libs/JSystem | |
| parent | 3b7c793ac9089b6e4d5d8357f62df4d7b9da7500 (diff) | |
work on d_msg_class and JUTResFont (#2015)
* JUTResFont - Set symbols on
* Work on d_msg_class
Diffstat (limited to 'libs/JSystem')
| -rw-r--r-- | libs/JSystem/JUtility/JUTResFont.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libs/JSystem/JUtility/JUTResFont.cpp b/libs/JSystem/JUtility/JUTResFont.cpp index a29fcd9abd..2c730e0324 100644 --- a/libs/JSystem/JUtility/JUTResFont.cpp +++ b/libs/JSystem/JUtility/JUTResFont.cpp @@ -469,19 +469,4 @@ int JUTResFont::convertSjis(int inChr, u16* inLead) const { return tmp2 + (tmp - 0x88) * 0xbc + -0x5e + lead; } -/* 802E0108-802E0110 2DAA48 0008+00 1/0 0/0 0/0 .text isLeadByte_1Byte__7JUTFontFi */ -bool JUTFont::isLeadByte_1Byte(int param_0) { - return false; -} - -/* 802E0110-802E0118 2DAA50 0008+00 1/0 0/0 0/0 .text isLeadByte_2Byte__7JUTFontFi */ -bool JUTFont::isLeadByte_2Byte(int param_0) { - return true; -} - -/* 802E0118-802E0148 2DAA58 0030+00 1/0 0/0 0/0 .text isLeadByte_ShiftJIS__7JUTFontFi */ -bool JUTFont::isLeadByte_ShiftJIS(int param_0) { - return (param_0 >= 0x81 && param_0 <= 0x9f) || (param_0 >= 0xe0 && param_0 <= 0xfc); -} - /* 8039D45C-8039D45C 029ABC 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */ |
