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:
petrie911
2023-12-30 08:14:06 -06:00
committed by GitHub
parent 4bba3fa8be
commit 89cde81114
20 changed files with 2262 additions and 1959 deletions
+2 -2
View File
@@ -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) {