Decompile explosionInflictDamage

This commit is contained in:
Ryan Dwyer
2022-03-21 19:11:14 +10:00
parent 306c1287e9
commit 2fc9e47bd5
7 changed files with 358 additions and 3101 deletions
+2
View File
@@ -1671,6 +1671,7 @@ s32 menuhandlerBuddyOptionsContinue(s32 operation, struct menuitem *item, union
return 0;
}
#if VERSION >= VERSION_NTSC_1_0
s32 getMaxAiBuddies(void)
{
u32 stack;
@@ -1702,6 +1703,7 @@ s32 getMaxAiBuddies(void)
return max;
}
#endif
s32 menudialogCoopAntiOptions(s32 operation, struct menudialogdef *dialogdef, union handlerdata *data)
{