Decompile ciHangarInformationMenuHandler

This commit is contained in:
Ryan Dwyer
2020-08-13 22:49:09 +10:00
parent 8d4bb5a1d2
commit fe4919de13
4 changed files with 422 additions and 523 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ s32 menuhandler001a6514(u32 operation, struct menuitem *item, s32 *value);
char *htHoloListMenuHandler(u32 operation, struct menuitem *item, s32 *value);
s32 menuhandler001a6a34(u32 operation, struct menuitem *item, s32 *value);
s32 menuhandler001a6a70(u32 operation, struct menuitem *item, s32 *value);
s32 menuhandler001a6d4c(u32, u32, u32 *);
char *ciHangarInformationMenuHandler(u32 operation, struct menuitem *item, s32 *value);
s32 menuhandler001a6ea4(u32, u32, u32 *);
s32 frDifficultyMenuHandler(u32 operation, struct menuitem *item, s32 *value);
+5
View File
@@ -6348,4 +6348,9 @@ struct model08thing {
f32 unk04[4];
};
struct optiongroup {
u32 offset;
u16 name;
};
#endif