mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-18 15:15:20 -04:00
Discover stagethinglists
This commit is contained in:
+2527
-1133
File diff suppressed because it is too large
Load Diff
@@ -340,4 +340,10 @@ struct menu_dialog {
|
||||
struct menu_dialog *nextsibling;
|
||||
};
|
||||
|
||||
struct stagethinglist {
|
||||
u16 stage;
|
||||
u16 numthings;
|
||||
u16 *things;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user