mirror of
https://github.com/HarbourMasters/Starship
synced 2026-07-06 22:12:39 -04:00
fox_43E80 decomped, matches and data import in fox_bg, some cleanup (#63)
* tank? * matches and data * excess files * another extra file
This commit is contained in:
@@ -837,7 +837,7 @@ void* sSmallCharTex[] = {
|
||||
|
||||
void Graphics_DisplayLargeText(s32 xPos, s32 yPos, f32 xScale, f32 yScale, char* text) {
|
||||
u32 charIndex;
|
||||
f32 xPosCurrent = (f32) xPos;
|
||||
f32 xPosCurrent = xPos;
|
||||
s32 pad4C;
|
||||
s32 width;
|
||||
s32 startPrint = false;
|
||||
@@ -1110,7 +1110,7 @@ void Graphics_DisplayLargeNumber(s32 xPos, s32 yPos, s32 number) {
|
||||
|
||||
void Graphics_DisplaySmallText(s32 xPos, s32 yPos, f32 xScale, f32 yScale, char* text) {
|
||||
u32 var_t0;
|
||||
f32 xPosCurrent = (f32) xPos;
|
||||
f32 xPosCurrent = xPos;
|
||||
s32 width;
|
||||
|
||||
while (text[0] != 0) {
|
||||
|
||||
Reference in New Issue
Block a user