1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-30 11:19:17 +00:00

Merge branch 'master' into battlescreen-display

This commit is contained in:
Rémi Heredero
2022-06-16 15:49:47 +02:00
committed by GitHub
9 changed files with 33 additions and 39 deletions

View File

@@ -48,6 +48,7 @@ public class Battle {
}
else if( getLineSpeech() == 5 || getLineSpeech() == 6){
finish();
e.recoveredTime = 0;
}
else if(0 < getLineSpeech() && getLineSpeech() < 4){
checkAnswer(answer);