From 2e8fc8873d55da1e94746067ec428860f9942175 Mon Sep 17 00:00:00 2001 From: Malkierian Date: Fri, 21 Nov 2025 10:52:00 -0700 Subject: [PATCH] Restore VB from merge --- .../game-interactor/vanilla-behavior/GIVanillaBehavior.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/soh/soh/Enhancements/game-interactor/vanilla-behavior/GIVanillaBehavior.h b/soh/soh/Enhancements/game-interactor/vanilla-behavior/GIVanillaBehavior.h index fe437907a..8d81ba2e2 100644 --- a/soh/soh/Enhancements/game-interactor/vanilla-behavior/GIVanillaBehavior.h +++ b/soh/soh/Enhancements/game-interactor/vanilla-behavior/GIVanillaBehavior.h @@ -575,6 +575,14 @@ typedef enum { // - None VB_GANON_HEAL_BEFORE_FIGHT, + // #### `result` + // ```c + // true + // ``` + // #### `args` + // - None + VB_GANONDORF_DECIDE_TO_FIGHT, + // #### `result` // ```c // true