summaryrefslogtreecommitdiff
path: root/include/overworld.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-01-07 16:53:40 -0500
committerGitHub <noreply@github.com>2019-01-07 16:53:40 -0500
commit8f7400809626c0f72dfe751665126f94181fd7c1 (patch)
tree17f9256f07ff23163cf13af85fdc36847549cbbe /include/overworld.h
parent08ffdce1b642dfc00080f99578049b8c3ddfd7e9 (diff)
parent6da60e9b36303ac9d67a59db9092adb1dae6b43f (diff)
Merge pull request #39 from PikalaxALT/fieldmap
fieldmap
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