summaryrefslogtreecommitdiff
path: root/include/overworld.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2019-01-07 16:39:32 -0500
committerscnorton <scnorton@biociphers.org>2019-01-07 16:39:32 -0500
commit38abcf9774612094d8552904fbeed3d1b2c4bba1 (patch)
treee991ca441da9dad1bf5104c84f5a68f1c0a91f26 /include/overworld.h
parent34cf3662fc0343d77fe36b1a3083605110764c9a (diff)
through sub_80598CC
Diffstat (limited to 'include/overworld.h')
-rw-r--r--include/overworld.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/overworld.h b/include/overworld.h
index fbea3a4d9..b32d9cf48 100644
--- a/include/overworld.h
+++ b/include/overworld.h
@@ -24,6 +24,8 @@ struct UCoords32
u32 x, y;
};
+extern struct UCoords32 gDirectionToVectors[];
+
extern struct LinkPlayerMapObject gLinkPlayerMapObjects[4];
extern MainCallback gFieldCallback;
@@ -96,5 +98,6 @@ extern u8 gUnknown_2036E28;
extern bool8 (* gUnknown_3005024)(void);
void SetLastHealLocationWarp(u8 healLocaionId);
+void sub_8055864(u8 mapGroup, u8 mapNum);
#endif //GUARD_ROM4_H