summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-10-09 07:58:58 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-10-09 07:58:58 -0400
commite786a9af9cc09edb911f1c14a09f1bbef7612548 (patch)
treed3dcdb6d62eba6ff33c3662b66854102948180da /src
parent6617a6e2a3148daa0d6b6f11d645f770a46d7025 (diff)
sub_810D24C
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);
+}