Decompile func0f199984

This commit is contained in:
Ryan Dwyer
2020-07-27 22:37:35 +10:00
parent 58b204cf29
commit f8cc8d8769
2 changed files with 5 additions and 15 deletions
+4 -14
View File
@@ -2603,17 +2603,7 @@ void func0f199964(struct chrdata *chr, u32 weaponnum)
func0f19978c(chr, weaponnum, true);
}
GLOBAL_ASM(
glabel func0f199984
/* f199984: 27bdffe8 */ addiu $sp,$sp,-24
/* f199988: afbf0014 */ sw $ra,0x14($sp)
/* f19998c: 0fc665e3 */ jal func0f19978c
/* f199990: 00003025 */ or $a2,$zero,$zero
/* f199994: 8fbf0014 */ lw $ra,0x14($sp)
/* f199998: 27bd0018 */ addiu $sp,$sp,0x18
/* f19999c: 03e00008 */ jr $ra
/* f1999a0: 00000000 */ nop
/* f1999a4: 00000000 */ nop
/* f1999a8: 00000000 */ nop
/* f1999ac: 00000000 */ nop
);
void func0f199984(struct chrdata *chr, u32 weaponnum)
{
func0f19978c(chr, weaponnum, false);
}
+1 -1
View File
@@ -26,6 +26,6 @@ u32 func0f198eec(void);
u32 func0f1994b0(void);
void func0f19978c(struct chrdata *chr, u32 weaponnum, bool arg2);
void func0f199964(struct chrdata *chr, u32 weaponnum);
u32 func0f199984(void);
void func0f199984(struct chrdata *chr, u32 weaponnum);
#endif