diff options
| author | huderlem <huderlem@gmail.com> | 2019-12-25 11:39:20 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-25 11:39:20 -0600 |
| commit | ee61726136c4d3c9a84eb89672890b66e31f4f45 (patch) | |
| tree | 3cdbd28208021c88c14c5d014f7b59699b7783e7 /data/maps/BattleFrontier_BattleFactoryLobby/scripts.inc | |
| parent | 026e1108b26f4ce5cea362997135bd8efc7cb28a (diff) | |
| parent | 23f952b34ecc3d527b2bfee86ee1f35e1abe8246 (diff) | |
Merge pull request #936 from GriffinRichards/doc-tower
Document Battle Tower scripts
Diffstat (limited to 'data/maps/BattleFrontier_BattleFactoryLobby/scripts.inc')
| -rw-r--r-- | data/maps/BattleFrontier_BattleFactoryLobby/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/BattleFrontier_BattleFactoryLobby/scripts.inc b/data/maps/BattleFrontier_BattleFactoryLobby/scripts.inc index 370bc237b..7d272ed84 100644 --- a/data/maps/BattleFrontier_BattleFactoryLobby/scripts.inc +++ b/data/maps/BattleFrontier_BattleFactoryLobby/scripts.inc @@ -75,8 +75,8 @@ BattleFrontier_BattleFactoryLobby_EventScript_LostChallenge:: @ 8258506 waitse BattleFrontier_BattleFactoryLobby_EventScript_AskRecordBattle:: @ 825853B - call BattleFrontier_BattleFactoryLobby_EventScript_23E8E0 - compare VAR_RESULT, 1 + call BattleFrontier_EventScript_GetCantRecordBattle + compare VAR_RESULT, TRUE goto_if_eq BattleFrontier_BattleFactoryLobby_EventScript_EndRecordBattle message BattleFrontier_BattleFactoryLobby_Text_RecordLastMatch waitmessage |
