mirror of
https://github.com/zeldaret/tp
synced 2026-06-08 04:17:17 -04:00
more misc. cleanup (#2232)
This commit is contained in:
@@ -325,7 +325,7 @@ void JUTResFont::getWidthEntry(int code, JUTFont::TWidth* i_width) const {
|
||||
}
|
||||
|
||||
/* 802DFD0C-802DFD58 2DA64C 004C+00 1/0 1/0 0/0 .text getCellWidth__10JUTResFontCFv */
|
||||
int JUTResFont::getCellWidth() const {
|
||||
s32 JUTResFont::getCellWidth() const {
|
||||
if (mpGlyphBlocks) {
|
||||
ResFONT::GLY1* glyphBlock = *mpGlyphBlocks;
|
||||
if (glyphBlock) {
|
||||
@@ -469,4 +469,4 @@ int JUTResFont::convertSjis(int inChr, u16* inLead) const {
|
||||
return tmp2 + (tmp - 0x88) * 0xbc + -0x5e + lead;
|
||||
}
|
||||
|
||||
/* 8039D45C-8039D45C 029ABC 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */
|
||||
/* 8039D45C-8039D45C 029ABC 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */
|
||||
|
||||
Reference in New Issue
Block a user