diff options
author | scnorton <scnorton@biociphers.org> | 2017-12-17 14:09:06 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-12-17 14:09:06 -0500 |
commit | 3c2b1731eeb7037a1b681444b1c126fc239a904e (patch) | |
tree | 62a669899696f21e7991c226e0eb7e999b3c3ee5 /include/rom6.h | |
parent | 5b526906e1dc4b3dd55cc739670836718a90dff7 (diff) | |
parent | 6d73bb4b57efb3ff81dcc2aa0d00d5de380add9e (diff) |
Merge branch 'master' into link
Diffstat (limited to 'include/rom6.h')
-rw-r--r-- | include/rom6.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rom6.h b/include/rom6.h index b4a972794..6d20752e2 100644 --- a/include/rom6.h +++ b/include/rom6.h @@ -5,5 +5,11 @@ void sub_81357FC(u8, void(void)); u8 GetLeadMonIndex(void); u8 GetSSTidalLocation(u8 *grp, u8 *num, s16 *x, s16 *y); void sub_813BADC(bool8); +bool8 sub_813B9C0(void); +void UpdateMirageRnd(u16 days); +void UpdateBirchState(u16 days); +void UpdateFrontierManiac(u16 days); +void UpdateFrontierGambler(u16 days); +void SetShoalItemFlag(u16 days); #endif //GUARD_ROM6_H |