diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-04-09 18:12:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-09 18:12:02 -0700 |
commit | 49a7fe02416b0e5b2287c2fd4dbc979bc711457d (patch) | |
tree | 25915152990fc6a72f5ba8a9711f1610a6985f8a /include/field_specials.h | |
parent | 1f60ac0f857da06bd8a678f7150c42cc94940f3f (diff) | |
parent | e472aa274cb772edbf3b797727c6918a0c493a01 (diff) |
Merge pull request #592 from PikalaxALT/nohara
Nohara Debug Menu
Diffstat (limited to 'include/field_specials.h')
-rw-r--r-- | include/field_specials.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/field_specials.h b/include/field_specials.h index a8e8d3da7..6802fdafd 100644 --- a/include/field_specials.h +++ b/include/field_specials.h @@ -17,6 +17,9 @@ extern u8 gUnknown_0203925A; extern u8 gUnknown_0203925B; extern u8 gUnknown_0203925C; +extern const u8 gUnknown_083F8408[]; +extern const u8 gUnknown_083F8410[]; + void ResetCyclingRoadChallengeData(void); bool32 CountSSTidalStep(u16); u8 GetSSTidalLocation(s8 *, s8 *, s16 *, s16 *); @@ -27,5 +30,9 @@ u8 GetLeadMonIndex(void); void ResetFanClub(void); u8 sub_810FB10(u8 a0); void sub_810FEFC(void); +u16 GetSlotMachineId(void); +void sub_810FAA0(void); +int sub_810FB9C(void); +int sub_810FC18(void); #endif // GUARD_FIELD_SPECIALS_H |