Decompile func0f1734e8

This commit is contained in:
Ryan Dwyer
2022-02-09 18:23:26 +10:00
parent 2c1f2ab962
commit d11ec1025b
2 changed files with 7 additions and 14 deletions
+6 -13
View File
@@ -6217,19 +6217,12 @@ void func0f173434(struct textureconfig *configs, s32 arg1, s32 arg2, s32 arg3)
}
}
GLOBAL_ASM(
glabel func0f1734e8
/* f1734e8: 27bdffe0 */ addiu $sp,$sp,-32
/* f1734ec: afbf0014 */ sw $ra,0x14($sp)
/* f1734f0: afa4001c */ sw $a0,0x1c($sp)
/* f1734f4: 27a4001c */ addiu $a0,$sp,0x1c
/* f1734f8: 0fc5cc04 */ jal func0f173010
/* f1734fc: 24060001 */ addiu $a2,$zero,0x1
/* f173500: 8fbf0014 */ lw $ra,0x14($sp)
/* f173504: 27bd0020 */ addiu $sp,$sp,0x20
/* f173508: 03e00008 */ jr $ra
/* f17350c: 00000000 */ nop
);
void func0f1734e8(u32 arg0, void *arg1)
{
u32 sp1c = arg0;
func0f173010(&sp1c, (s32)arg1, 1);
}
s32 func0f173510(s32 arg0, s32 arg1, s32 arg3)
{
+1 -1
View File
@@ -33,7 +33,7 @@ s32 func0f172f54(s32 *arg0);
void func0f172f5c(Gfx *gdl, s32 arg1, s32 arg2);
void func0f173010(u32 *texturenum, s32 arg1, s32 arg2);
void func0f173434(struct textureconfig *config, s32 arg1, s32 arg2, s32 arg3);
void func0f1734e8(u16 arg0, void *arg1);
void func0f1734e8(u32 arg0, void *arg1);
void func0f173520(u8 *arg0);
s32 func0f17353c(s32 arg0);
void texturesLoadConfigs(void);