From ffa470f0ecf1a89197a94363f6fc471ba2ed7901 Mon Sep 17 00:00:00 2001 From: Malkierian Date: Fri, 21 Nov 2025 11:00:50 -0700 Subject: [PATCH] Restore VB from rebase. --- .../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 8d81ba2e2..bea1514ae 100644 --- a/soh/soh/Enhancements/game-interactor/vanilla-behavior/GIVanillaBehavior.h +++ b/soh/soh/Enhancements/game-interactor/vanilla-behavior/GIVanillaBehavior.h @@ -2343,6 +2343,14 @@ typedef enum { // - `*BgHidanKowarerukabe` VB_FIRE_TEMPLE_BOMBABLE_WALL_BREAK, + // #### `result` + // ```c + // true + // ``` + // #### `args` + // - `*int32_t` // ItemID + VB_USE_ITEM, + } GIVanillaBehavior; #endif