summaryrefslogtreecommitdiff
path: root/mm/2s2h/Rando/ActorBehavior/ObjTsubo.cpp
diff options
context:
space:
mode:
authorGarrett Cox <garrettjcox@gmail.com>2024-10-06 00:15:26 -0500
committerGarrett Cox <garrettjcox@gmail.com>2024-10-06 00:15:26 -0500
commit79c99c0ff798967b45082645d04d51c430013c7a (patch)
treedba2dcd3e2813072dfc1c43b14ce7338103e5fea /mm/2s2h/Rando/ActorBehavior/ObjTsubo.cpp
parent9f88f2e95ab04e23ad4b97e97feef6a076b8d27c (diff)
Rename GI_VB_ to VB_
Diffstat (limited to 'mm/2s2h/Rando/ActorBehavior/ObjTsubo.cpp')
-rw-r--r--mm/2s2h/Rando/ActorBehavior/ObjTsubo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/2s2h/Rando/ActorBehavior/ObjTsubo.cpp b/mm/2s2h/Rando/ActorBehavior/ObjTsubo.cpp
index 1ad6fca76..094a5176d 100644
--- a/mm/2s2h/Rando/ActorBehavior/ObjTsubo.cpp
+++ b/mm/2s2h/Rando/ActorBehavior/ObjTsubo.cpp
@@ -68,7 +68,7 @@ void Rando::ActorBehavior::InitObjTsuboBehavior() {
return;
}
- shouldHookId1 = REGISTER_VB_SHOULD(GI_VB_GIVE_ITEM_FROM_POT, {
+ shouldHookId1 = REGISTER_VB_SHOULD(VB_GIVE_ITEM_FROM_POT, {
Actor* actor = va_arg(args, Actor*);
RandoCheckId randoCheckId = IdentifyPot(actor);