summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vs_seeker.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vs_seeker.c b/src/vs_seeker.c
index dda31d170..6a62bf5bf 100644
--- a/src/vs_seeker.c
+++ b/src/vs_seeker.c
@@ -19,6 +19,7 @@
#include "random.h"
#include "field_map_obj.h"
#include "field_player_avatar.h"
+#include "map_obj_8097404.h"
#include "unk_810c3a4.h"
#include "vs_seeker.h"
@@ -1043,3 +1044,9 @@ u8 sub_810D1CC(void)
return 0xFF;
}
+
+void sub_810D24C(struct VsSeekerSubstruct * a0, const u8 * a1)
+{
+ npc_sync_anim_pause_bits(&gUnknown_2036E38[a0->unk_7]);
+ ScriptMovement_StartObjectMovementScript(a0->unk_6, gSaveBlock1Ptr->location.mapNum, gSaveBlock1Ptr->location.mapGroup, a1);
+}