diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-16 17:44:16 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-16 17:44:16 -0400 |
commit | 468d5a0594f64a4e9db5b313acad3e46ee45ba97 (patch) | |
tree | 75aa69216ea3bd57f179237b81483f8683f2252f /include/overworld.h | |
parent | 25aed5d6248d220c9c84c5eadf0624ee5800064d (diff) |
finish heal_location
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |