diff options
| author | Archez <Archez@users.noreply.github.com> | 2025-03-30 13:54:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-30 13:54:40 -0400 |
| commit | ae029a3f06d6add4dea6292d3e581ba69a698234 (patch) | |
| tree | 8f1b0d514a8f88c5889dd57334c847ea7e85c5ab /soh/include/functions.h | |
| parent | 6140b2ec8f06e37ce29385096a4425b2a7207736 (diff) | |
Replace old methods with ShipUtils (#5151)
* Replace old methods with ShipUtils
* remove PAL naming
Diffstat (limited to 'soh/include/functions.h')
| -rw-r--r-- | soh/include/functions.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/soh/include/functions.h b/soh/include/functions.h index d7ba1a193..5631b417a 100644 --- a/soh/include/functions.h +++ b/soh/include/functions.h @@ -903,7 +903,6 @@ void KaleidoSetup_Init(PlayState* play); void KaleidoSetup_Destroy(PlayState* play); void func_8006EE50(Font* font, u16 arg1, u16 arg2); void Font_LoadChar(Font* font, u8 character, u16 codePointIndex); -void* Font_FetchCharTexture(u8 character); void Font_LoadMessageBoxIcon(Font* font, u16 icon); void Font_LoadOrderedFont(Font* font); s32 func_8006F0A0(s32 arg0); @@ -2418,7 +2417,6 @@ u8 Message_GetState(MessageContext* msgCtx); void Message_Draw(PlayState* play); void Message_Update(PlayState* play); void Message_SetTables(void); -f32 Message_GetCharacterWidth(unsigned char characterIndex); void GameOver_Init(PlayState* play); void GameOver_FadeInLights(PlayState* play); void GameOver_Update(PlayState* play); @@ -2454,7 +2452,6 @@ void Font_LoadOrderedFontNTSC(Font* font); // #region SOH [General] -void Interface_CreateQuadVertexGroup(Vtx* vtxList, s32 xStart, s32 yStart, s32 width, s32 height, u8 flippedH); void Interface_RandoRestoreSwordless(void); s32 Ship_CalcShouldDrawAndUpdate(PlayState* play, Actor* actor, Vec3f* projectedPos, f32 projectedW, bool* shouldDraw, bool* shouldUpdate); |
