diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2026-07-31 23:47:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-31 23:47:26 -0500 |
| commit | f740fe0506483200142108b64fb2abf2eb2f735e (patch) | |
| tree | 97e9cf92e1f05fa5abbb55c7bc3146412e329605 /mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h | |
| parent | 901fde33b6509403bea0ade78150837108ddb233 (diff) | |
Add new file setup screen, for selecting preset, rando/vanilla and seed (#1829)
Diffstat (limited to 'mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h')
| -rw-r--r-- | mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h b/mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h index f2067542f..1fc58ca1d 100644 --- a/mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h +++ b/mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h @@ -554,6 +554,14 @@ typedef enum { // true // ``` // #### `args` + // - `*FileSelectState` + VB_FILE_SELECT_ROTATE_TO_NAME_ENTRY, + + // #### `result` + // ```c + // true + // ``` + // #### `args` // - `*ItemId` // - `s32` (slot) // - `s32` (isDpad) |
