Decompile freeFireslotWrapper

This commit is contained in:
Ryan Dwyer 2019-12-23 22:08:06 +10:00
parent d588883084
commit 431eddfca0
3 changed files with 7 additions and 14 deletions

View File

@ -4026,10 +4026,10 @@ glabel func0f020d44
/* f020d68: 8c4e0020 */ lw $t6,0x20($v0)
/* f020d6c: afae0048 */ sw $t6,0x48($sp)
/* f020d70: 8044017c */ lb $a0,0x17c($v0)
/* f020d74: 0fc29c2a */ jal func0f0a70a8
/* f020d74: 0fc29c2a */ jal freeFireslotWrapper
/* f020d78: afa2004c */ sw $v0,0x4c($sp)
/* f020d7c: 8faf004c */ lw $t7,0x4c($sp)
/* f020d80: 0fc29c2a */ jal func0f0a70a8
/* f020d80: 0fc29c2a */ jal freeFireslotWrapper
/* f020d84: 81e4017d */ lb $a0,0x17d($t7)
/* f020d88: 8fb8004c */ lw $t8,0x4c($sp)
/* f020d8c: 3c08800a */ lui $t0,0x800a

View File

@ -18212,17 +18212,10 @@ glabel func0f0a6c30
/* f0a70a4: 00000000 */ sll $zero,$zero,0x0
);
GLOBAL_ASM(
glabel func0f0a70a8
/* f0a70a8: 27bdffe8 */ addiu $sp,$sp,-24
/* f0a70ac: afbf0014 */ sw $ra,0x14($sp)
/* f0a70b0: 0fc29c32 */ jal freeFireslot
/* f0a70b4: 00000000 */ sll $zero,$zero,0x0
/* f0a70b8: 8fbf0014 */ lw $ra,0x14($sp)
/* f0a70bc: 27bd0018 */ addiu $sp,$sp,0x18
/* f0a70c0: 03e00008 */ jr $ra
/* f0a70c4: 00000000 */ sll $zero,$zero,0x0
);
s8 freeFireslotWrapper(s32 fireslot_id)
{
return freeFireslot(fireslot_id);
}
s8 freeFireslot(s32 fireslot_id)
{

View File

@ -138,7 +138,7 @@ u32 func0f0a5300(void);
u32 func0f0a5550(void);
u32 func0f0a695c(void);
u32 func0f0a6c30(void);
u32 func0f0a70a8(void);
s8 freeFireslotWrapper(s32 fireslot);
s8 freeFireslot(s32 fireslot);
u32 func0f0a70f8(void);
u32 func0f0a7138(void);