diff options
| author | huderlem <huderlem@gmail.com> | 2019-03-08 13:37:12 -0600 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-08 13:37:12 -0600 | 
| commit | 32f71b29766effb1d7cd137cc27f31631fef36e7 (patch) | |
| tree | 3cd963b2f04d2296dafed4d77500d06e22f9640c /include/battle_tent.h | |
| parent | f235d07db5c577b5ca9c8ab127eb70651113a247 (diff) | |
| parent | 146c194b0c638693270d6e4eac490e33a9dbb8fd (diff) | |
Merge pull request #600 from Phlosioneer/summary-screen-macros
Summary screen macros
Diffstat (limited to 'include/battle_tent.h')
| -rw-r--r-- | include/battle_tent.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/battle_tent.h b/include/battle_tent.h index a894d4cfb..ca3faa4a6 100644 --- a/include/battle_tent.h +++ b/include/battle_tent.h @@ -1,6 +1,6 @@  #ifndef GUARD_BATTLE_TENT_H  #define GUARD_BATTLE_TENT_H -bool8 sub_81B9E94(void); +bool8 InSlateportBattleTent(void);  #endif //GUARD_BATTLE_TENT_H | 
