diff options
| author | Eblo <7004497+Eblo@users.noreply.github.com> | 2026-06-30 17:02:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-30 17:02:45 -0400 |
| commit | ed0eb99b0e476e7eea55617f67e220082a345a9d (patch) | |
| tree | bb49e4974cb79df33918e259093bbf81878d1d2f /mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h | |
| parent | f8e213ced0c6c8ba65f1aee72fe51c988129c34a (diff) | |
Add restoration to re-bottle soil patch bugs (#1756)
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 bbca5d857..cafdb1f59 100644 --- a/mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h +++ b/mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h @@ -328,6 +328,14 @@ typedef enum { // #### `result` // ```c + // (bean->unk_1E4 == 2) || (bean->unk_1E4 == 1) + // ``` + // #### `args` + // - `ObjBean*` + VB_COUNT_BURROWED_BUGS, + + // #### `result` + // ```c // gHorsePlayedEponasSong // ``` // #### `args` |
