diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-12 21:08:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-12 21:08:06 -0400 |
commit | 807e03c25d6acd9e5c2bf5337a078b2dfb90f4d9 (patch) | |
tree | f834927206547939d8ed4ee9e62e050ff6c8f4f9 /include/rom6.h | |
parent | c52ba041cb793fc3154ab4244796fd5814bfbf18 (diff) | |
parent | ff795fa8347f111163ef033a4ae132a3a3caf1eb (diff) |
Merge pull request #107 from jiangzhengwenjz/battle
battle (2nd take)
Diffstat (limited to 'include/rom6.h')
-rw-r--r-- | include/rom6.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/rom6.h b/include/rom6.h deleted file mode 100644 index 753c07305..000000000 --- a/include/rom6.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef GUARD_ROM6_H -#define GUARD_ROM6_H - -#include "global.h" - -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 |