diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-09-13 17:03:43 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-09-17 16:50:17 -0500 |
commit | 3dbd375779220dd07c88cdcfae51c43b723a86ec (patch) | |
tree | 40bb57af8df2fa09e4b24bcf55e7929efd77cb75 /include/field_specials.h | |
parent | aac9658a8ee9a23bbb7cf8a56496a49b8cdbe61d (diff) |
Some frontier field_specials documentation
Diffstat (limited to 'include/field_specials.h')
-rw-r--r-- | include/field_specials.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_specials.h b/include/field_specials.h index b9babe4f9..938705afc 100644 --- a/include/field_specials.h +++ b/include/field_specials.h @@ -20,7 +20,7 @@ bool32 ShouldDoRivalRayquazaCall(void); bool32 CountSSTidalStep(u16 delta); u8 GetSSTidalLocation(s8 *mapGroup, s8 *mapNum, s16 *x, s16 *y); void ShowScrollableMultichoice(void); -void sub_813A878(u8 a0); +void FrontierGamblerSetWonOrLost(bool8 won); u8 sub_813BADC(u8 a0); bool8 InPokemonCenter(void); void SetShoalItemFlag(u16 v0); |