From 468d5a0594f64a4e9db5b313acad3e46ee45ba97 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 16 May 2019 17:44:16 -0400 Subject: finish heal_location --- include/overworld.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/overworld.h b/include/overworld.h index f03db2a3a..5c4235b8c 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -29,6 +29,8 @@ extern struct UCoords32 gDirectionToVectors[]; extern struct LinkPlayerMapObject gLinkPlayerMapObjects[4]; extern MainCallback gFieldCallback; +extern struct WarpData gUnknown_2031DBC; + void IncrementGameStat(u8 index); void Overworld_SetMapObjTemplateCoords(u8, s16, s16); -- cgit v1.2.3