diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-03 16:50:51 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-03 16:50:51 -0500 |
commit | 63e700af6c735dc40f8ddb2b46cad9c0c43ad6b3 (patch) | |
tree | ef6ef44624467149e1a24fc2f4684b1094953056 /include/battle_tent.h | |
parent | 043071ae12aa6854119a44304a5facbd58fa3624 (diff) |
Use macros for summary windows
Other minor changes and fixes are included
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 |