Restore VB from rebase.

This commit is contained in:
Malkierian
2025-11-21 11:00:50 -07:00
parent bccf43fc93
commit ffa470f0ec

View File

@@ -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