Decompile func0f173520

This commit is contained in:
Ryan Dwyer 2022-02-09 17:37:57 +10:00
parent 21b48e2b49
commit 26b1826267
2 changed files with 7 additions and 11 deletions

View File

@ -11,16 +11,12 @@
#include "textureconfig.h"
#include "types.h"
GLOBAL_ASM(
glabel func0f173520
/* f173520: 3c01800b */ lui $at,%hi(var800ab540)
/* f173524: ac24b540 */ sw $a0,%lo(var800ab540)($at)
/* f173528: 3c01800b */ lui $at,%hi(var800ab544)
/* f17352c: ac20b544 */ sw $zero,%lo(var800ab544)($at)
/* f173530: 3c01800b */ lui $at,%hi(var800ab548)
/* f173534: 03e00008 */ jr $ra
/* f173538: ac20b548 */ sw $zero,%lo(var800ab548)($at)
);
void func0f173520(u8 *arg0)
{
var800ab540 = arg0;
var800ab544 = 0;
var800ab548 = 0;
}
s32 func0f17353c(s32 arg0)
{

View File

@ -34,7 +34,7 @@ void func0f172f5c(Gfx *gdl, s32 arg1, s32 arg2);
void func0f173010(s32 *texturenum, u32 arg1, u32 arg2);
u32 func0f173434(void);
void func0f1734e8(u16 arg0, void *arg1);
u32 func0f173520(void);
void func0f173520(u8 *arg0);
s32 func0f17353c(s32 arg0);
void texturesLoadConfigs(void);