diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-10 22:08:17 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-10 22:08:17 -0500 |
commit | 27c0dc0fd59f4e71f09313613a1a03bd48e6209d (patch) | |
tree | e566b7f99b62549ba51aa199dd0d6465cc295d57 /src/reshow_battle_screen.c | |
parent | b92d85fd301c1492b8f03be8a98e61f94eb3171d (diff) |
through sub_800A588
Diffstat (limited to 'src/reshow_battle_screen.c')
-rw-r--r-- | src/reshow_battle_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reshow_battle_screen.c b/src/reshow_battle_screen.c index 002f4f069..87ad20ed7 100644 --- a/src/reshow_battle_screen.c +++ b/src/reshow_battle_screen.c @@ -177,7 +177,7 @@ static void CB2_ReshowBattleScreenAfterMenu(void) ActionSelectionCreateCursorAt(gActionSelectionCursor[gBankInMenu], 0); - if (gLinkVSyncDisabled != 0 && gReceivedRemoteLinkPlayers != 0) + if (gSerialIsRFU != 0 && gReceivedRemoteLinkPlayers != 0) { sub_800E0E8(); sub_800DFB4(0, 0); |