Decompile func0001ad34

This commit is contained in:
Ryan Dwyer 2020-06-29 22:47:52 +10:00
parent 710a9f8721
commit f0cf7e27e5
2 changed files with 5 additions and 14 deletions

View File

@ -19,7 +19,7 @@ struct modelthing *func0001a9bc(void *modelfiledata, s32 arg1);
u32 func0001a9e8(void);
void *modelGetNodeData(struct model *model, struct modelnode *node);
u32 func0001ab0c(void);
u32 func0001abc4(void);
void func0001abc4(struct model *model, struct modelnode *node, struct coord *coord);
void func0001ad0c(struct model *model, struct coord *coord);
void func0001ad34(struct model *model, struct coord *coord);
u32 func0001ad5c(void);

View File

@ -647,19 +647,10 @@ glabel func0001ad0c
/* 1ad30: 00000000 */ nop
);
GLOBAL_ASM(
glabel func0001ad34
/* 1ad34: 27bdffe8 */ addiu $sp,$sp,-24
/* 1ad38: afbf0014 */ sw $ra,0x14($sp)
/* 1ad3c: 8c8e0008 */ lw $t6,0x8($a0)
/* 1ad40: 00a03025 */ or $a2,$a1,$zero
/* 1ad44: 0c006af1 */ jal func0001abc4
/* 1ad48: 8dc50000 */ lw $a1,0x0($t6)
/* 1ad4c: 8fbf0014 */ lw $ra,0x14($sp)
/* 1ad50: 27bd0018 */ addiu $sp,$sp,0x18
/* 1ad54: 03e00008 */ jr $ra
/* 1ad58: 00000000 */ nop
);
void func0001ad34(struct model *model, struct coord *coord)
{
func0001abc4(model, model->unk08->rootnode, coord);
}
GLOBAL_ASM(
glabel func0001ad5c