1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-07-07 00:41:10 +00:00
This commit is contained in:
2022-06-13 21:08:11 +02:00
parent 50760ddfd5
commit ceb71643b1
3 changed files with 11 additions and 7 deletions

View File

@ -62,7 +62,7 @@ public class PokeMudry extends PortableApplication {
if(onMapScreen) sp.p.manageEntity(sp.sm, controller);
// Switch screen
if (sp.p.frontOfEnemy && onMapScreen){
if (sp.p.onEnemy && onMapScreen){
sp.e = sp.p.lastEnemy;
sp.sb = sp.screenManager.getScreenBattle();
sp.b = new Battle(sp.e);