diff options
Diffstat (limited to 'src/battle_controller_oak_old_man.c')
-rw-r--r-- | src/battle_controller_oak_old_man.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controller_oak_old_man.c b/src/battle_controller_oak_old_man.c index 08c89ec1e..6ae50d058 100644 --- a/src/battle_controller_oak_old_man.c +++ b/src/battle_controller_oak_old_man.c @@ -363,7 +363,7 @@ static void WaitForMonSelection(void) { if (gMain.callback2 == BattleMainCB2 && !gPaletteFade.active) { - if (gPartyMenuUseExitCallback == 1) + if (gPartyMenuUseExitCallback == TRUE) BtlController_EmitChosenMonReturnValue(1, gSelectedMonPartyId, gBattlePartyCurrentOrder); else BtlController_EmitChosenMonReturnValue(1, 6, NULL); |