Discover stagethinglists
This commit is contained in:
parent
d79e48525c
commit
21587f7d38
3660
src/globals.c
3660
src/globals.c
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue