diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/scripts/maps/BattleTower_Lobby.inc | 4 | ||||
-rw-r--r-- | data/specials.inc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/scripts/maps/BattleTower_Lobby.inc b/data/scripts/maps/BattleTower_Lobby.inc index 57eb62dfe..c57a0de53 100644 --- a/data/scripts/maps/BattleTower_Lobby.inc +++ b/data/scripts/maps/BattleTower_Lobby.inc @@ -19,7 +19,7 @@ BattleTower_Lobby_EventScript_16029C:: @ 816029C compare VAR_SPECIAL_7, 50 goto_if_lt BattleTower_Lobby_EventScript_1602E4 clearflag FLAG_HIDE_AWARD_MAN_BATTLE_TOWER - special sub_810F8FC + special TryInitBattleTowerAwardManMapObject return BattleTower_Lobby_EventScript_1602CD:: @ 81602CD @@ -27,7 +27,7 @@ BattleTower_Lobby_EventScript_1602CD:: @ 81602CD compare VAR_SPECIAL_7, 100 goto_if_lt BattleTower_Lobby_EventScript_1602E4 clearflag FLAG_HIDE_AWARD_MAN_BATTLE_TOWER - special sub_810F8FC + special TryInitBattleTowerAwardManMapObject return BattleTower_Lobby_EventScript_1602E4:: @ 81602E4 diff --git a/data/specials.inc b/data/specials.inc index f83470d85..b4086a0eb 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -337,7 +337,7 @@ gSpecials:: def_special ScriptGetMultiplayerId def_special ScriptGetPartyMonSpecies def_special IsSelectedMonEgg - def_special sub_810F8FC + def_special TryInitBattleTowerAwardManMapObject def_special MoveSecretBase def_special LoadPlayerBag def_special sub_8081924 |