diff options
author | itskobold <itskobold@users.noreply.github.com> | 2017-11-19 10:50:39 +0000 |
---|---|---|
committer | itskobold <itskobold@users.noreply.github.com> | 2017-11-19 10:50:39 +0000 |
commit | 625be4bf04c9f14c4e1ee2e1ab74e7a5a7964a33 (patch) | |
tree | 72fd9ebb925fe96cf83c4e7264b56af4b69e1eda /src/battle_controllers.c | |
parent | 370e47beeef3f115d071161a7b2f09dcfbd2168b (diff) | |
parent | 5dc8beb034e70b4e1eba61cca4009d5e06356605 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'src/battle_controllers.c')
-rw-r--r-- | src/battle_controllers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controllers.c b/src/battle_controllers.c index 5c874438e..858540a9f 100644 --- a/src/battle_controllers.c +++ b/src/battle_controllers.c @@ -113,7 +113,7 @@ void sub_8032768(void) sub_8184DA4(2); if (!(gBattleTypeFlags & BATTLE_TYPE_RECORDED)) - sub_8185EB8(); + RecordedBattle_SaveParties(); if (gBattleTypeFlags & BATTLE_TYPE_LINK) SetControllersVariablesInLinkBattle(); |