diff options
Diffstat (limited to 'mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h')
| -rw-r--r-- | mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h b/mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h index 0f620bdd3..f2067542f 100644 --- a/mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h +++ b/mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h @@ -1316,6 +1316,23 @@ typedef enum { // #### `result` // ```c + // true + // ``` + // #### `args` + // - `*EnKusa2` + // - `s32` (index within the patch) + VB_KEATON_GRASS_ATTACH_CHILD, + + // #### `result` + // ```c + // true + // ``` + // #### `args` + // - `*EnKusa2` + VB_KEATON_GRASS_DRAW, + + // #### `result` + // ```c // CHECK_WEEKEVENTREG(WEEKEVENTREG_08_80) // ``` // #### `args` @@ -1344,7 +1361,7 @@ typedef enum { // ``` // #### `args` // - `*EnKusa` - VB_KUSA_BUSH_DRAW_BE_OVERRIDDEN, + VB_KUSA_DRAW_BE_OVERRIDDEN, // #### `result` // ```c |
