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

adjust screenbattle

This commit is contained in:
Fastium
2022-06-13 21:57:01 +02:00
parent 0d2748abb0
commit f53db05cc9
2 changed files with 3 additions and 5 deletions

View File

@ -86,7 +86,7 @@ public class Battle {
return lineSpeech;
}
public boolean getScreenBattle(){
public boolean getScreenBattleOn(){
return screenBattleOn;
}