diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-12-24 16:50:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-24 16:50:14 -0600 |
commit | a54aa03d20dacc88879404b87a5f6a7eb7babc54 (patch) | |
tree | 6dc1cdc3d1d82b89c64c9350435035d0f3b5f45b /include/rom6.h | |
parent | c2ca57e8ac02324c3c7d18063844b2a7fd7c217f (diff) | |
parent | 8833004d41cfdb4aefa7c61c0558458fd0302115 (diff) |
Merge pull request #475 from DizzyEggg/learn
asm party and fldeff clean-up
Diffstat (limited to 'include/rom6.h')
-rw-r--r-- | include/rom6.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/rom6.h b/include/rom6.h deleted file mode 100644 index 8b133e56e..000000000 --- a/include/rom6.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef GUARD_ROM6_H -#define GUARD_ROM6_H - -void OpenPokeblockCase(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); - -bool8 CheckObjectGraphicsInFrontOfPlayer(u8 graphicsId); -u8 oei_task_add(void); - -#endif //GUARD_ROM6_H |