1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2024-11-23 01:43:28 +00:00

adjust screen battle

This commit is contained in:
Fastium 2022-06-13 21:57:14 +02:00
parent f53db05cc9
commit 2b630e1b45

View File

@ -72,7 +72,7 @@ public class PokeMudry extends PortableApplication {
if(onBattleScreen) sp.sb.manage(controller, sp.b);
if(!sp.sb.getScreenBattleOn() && onBattleScreen){
if(!sp.b.getScreenBattleOn() && onBattleScreen){
sp.p.onEnemy = false;
sp.sm = sp.screenManager.getScreenMap();
}