Decompile func00013758

This commit is contained in:
Ryan Dwyer 2019-11-17 19:17:59 +10:00
parent 0d70039d8a
commit a05292bf15
4 changed files with 9 additions and 21 deletions

View File

@ -4,7 +4,7 @@
#include "types.h"
u32 func00003050(void);
void func00003360(s32 arg0, u32 arg1, u32 arg2, s32 arg3);
void func00003360(s32 arg0, u32 *arg1, u32 *arg2, s32 arg3);
void func000034d0(void);
void func000034d8(void);
u32 func000034e0(void);

View File

@ -4,6 +4,6 @@
#include "types.h"
void func00013750(void);
u32 func00013758(void);
void func00013758(void);
#endif

View File

@ -5,7 +5,7 @@
u32 func000481e0(void);
u32 func000481f0(void);
u32 func00048340(void);
void func00048340(u32 *arg0, u32 *arg1, s32 arg2);
u32 func00048370(void);
u32 func00048430(void);
void func00048510(void);

View File

@ -1,27 +1,15 @@
#include <ultra64.h>
#include "types.h"
#include "gvars/gvars.h"
#include "library/library_13750.h"
#include "library/library_481e0.h"
#include "types.h"
void func00013750(void)
{
// empty
}
GLOBAL_ASM(
glabel func00013758
/* 13758: 27bdffe8 */ addiu $sp,$sp,-24
/* 1375c: afbf0014 */ sw $ra,0x14($sp)
/* 13760: 3c04800a */ lui $a0,%hi(var80099a40)
/* 13764: 3c05800a */ lui $a1,%hi(var80099a20)
/* 13768: 24a59a20 */ addiu $a1,$a1,%lo(var80099a20)
/* 1376c: 24849a40 */ addiu $a0,$a0,%lo(var80099a40)
/* 13770: 0c0120d0 */ jal func00048340
/* 13774: 24060008 */ addiu $a2,$zero,0x8
/* 13778: 8fbf0014 */ lw $ra,0x14($sp)
/* 1377c: 27bd0018 */ addiu $sp,$sp,0x18
/* 13780: 03e00008 */ jr $ra
/* 13784: 00000000 */ sll $zero,$zero,0x0
/* 13788: 00000000 */ sll $zero,$zero,0x0
/* 1378c: 00000000 */ sll $zero,$zero,0x0
);
void func00013758(void)
{
func00048340(&var80099a40, &var80099a20, 8);
}