summaryrefslogtreecommitdiff
path: root/mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h
diff options
context:
space:
mode:
authormckinlee <mckinlee@ymail.com>2025-12-30 09:20:44 -0500
committerGitHub <noreply@github.com>2025-12-30 09:20:44 -0500
commit14902f06c46b51e76aed63214fcc481dba5fd953 (patch)
tree1d3e37b999b7040985558a3440122b9b883b6275 /mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h
parentf117e7384700ad217bfd13db77234b05daf041f4 (diff)
[Enhancement] Ammo Buyback (#1407)
* initial implementation * feedback * feedback 2
Diffstat (limited to 'mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h')
-rw-r--r--mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h b/mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h
index 725b84053..a4bbe1793 100644
--- a/mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h
+++ b/mm/2s2h/GameInteractor/GameInteractor_VanillaBehavior.h
@@ -1194,6 +1194,22 @@ typedef enum {
// true
// ```
// #### `args`
+ // - None
+ VB_MSG_LOAD_RUPEES_TEXT,
+
+ // #### `result`
+ // ```c
+ // true
+ // ```
+ // #### `args`
+ // - None
+ VB_MSG_PLAY_INPUT_COUNT_SOUND,
+
+ // #### `result`
+ // ```c
+ // true
+ // ```
+ // #### `args`
// - `*Actor`
// - `s16` (item ID)
VB_MSG_SCRIPT_DEL_ITEM,