Attempt to decompile func0f0b72dc

This commit is contained in:
Ryan Dwyer
2020-12-23 22:42:25 +10:00
parent 8dd02f14a5
commit ddef8094fe
5 changed files with 235 additions and 42 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
#ifndef IN_GAME_DATA_INVENTORY_H
#define IN_GAME_DATA_INVENTORY_H
#include <ultra64.h>
extern struct inventory_menupos invmenupos_00010fd0;
extern struct inventory_typee inve_000110c0;
extern struct weapon *g_Weapons[];
extern struct weapon *g_Weapons[WEAPON_SUICIDEPILL + 1];
#endif