through CheckStandardWildEncounter

This commit is contained in:
PikalaxALT
2020-03-17 22:08:02 -04:00
parent 901fceec18
commit ba7e4acfee
11 changed files with 371 additions and 922 deletions
+2 -2
View File
@@ -974,7 +974,7 @@ const u8 *BattleSetup_GetScriptAddrAfterBattle(void)
if (sTrainerBattleEndScript != NULL)
return sTrainerBattleEndScript;
else
return Test_EventScript_Sign;
return EventScript_TestSignpostMsg;
}
const u8 *BattleSetup_GetTrainerPostBattleScript(void)
@@ -982,7 +982,7 @@ const u8 *BattleSetup_GetTrainerPostBattleScript(void)
if (sTrainerABattleScriptRetAddr != NULL)
return sTrainerABattleScriptRetAddr;
else
return Test_EventScript_Sign;
return EventScript_TestSignpostMsg;
}
void ShowTrainerCantBattleSpeech(void)