Decompile func0001a50c

This commit is contained in:
Ryan Dwyer 2021-04-30 11:13:25 +10:00
parent 27c70f06ab
commit 69d8005b89
2 changed files with 5 additions and 7 deletions

View File

@ -5,7 +5,7 @@
#include "types.h"
u32 func0001a500(void);
u32 func0001a50c(void);
void func0001a50c(f32 value);
void func0001a518(void *callback);
s32 func0001a524(struct modelnode *node, s32 arg1);
Mtxf *func0001a5cc(struct model *model, struct modelnode *node, s32 arg2);

View File

@ -25,12 +25,10 @@ glabel func0001a500
/* 1a508: ac24efb4 */ sw $a0,%lo(var8005efb4)($at)
);
GLOBAL_ASM(
glabel func0001a50c
/* 1a50c: 3c018006 */ lui $at,%hi(var8005efb8)
/* 1a510: 03e00008 */ jr $ra
/* 1a514: e42cefb8 */ swc1 $f12,%lo(var8005efb8)($at)
);
void func0001a50c(f32 value)
{
var8005efb8 = value;
}
void func0001a518(void *callback)
{