summaryrefslogtreecommitdiff
path: root/include/overworld.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-09-24 14:00:40 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-09-24 14:00:40 -0400
commit7f0c7528f732c650736b97e623c933ddaed00774 (patch)
treedf200b3d882e46442fe105523b6ef74c393672e0 /include/overworld.h
parent89c98f2ab74e6097fd85b05b64965c10c9941b5b (diff)
Finish credits decomp and data dump
Diffstat (limited to 'include/overworld.h')
-rw-r--r--include/overworld.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/overworld.h b/include/overworld.h
index 3d973d844..f27a4dbd3 100644
--- a/include/overworld.h
+++ b/include/overworld.h
@@ -23,6 +23,13 @@ struct UCoords32
u32 x, y;
};
+struct CreditsOverworldCmd
+{
+ s16 unk_0;
+ u16 unk_2;
+ u16 unk_4;
+};
+
extern struct UCoords32 gDirectionToVectors[];
extern struct LinkPlayerMapObject gLinkPlayerMapObjects[4];
@@ -120,6 +127,6 @@ void Overworld_ResetStateAfterDigEscRope(void);
bool32 sub_8058244(void);
void sub_80574A4(void);
-bool32 sub_805750C(u8 *, const char *, u8);
+bool32 sub_805750C(u8 *, const struct CreditsOverworldCmd *, u8);
#endif //GUARD_ROM4_H