mirror of
				https://github.com/Klagarge/PokeHES.git
				synced 2025-11-04 13:19:17 +00:00 
			
		
		
		
	should work
This commit is contained in:
		@@ -62,7 +62,7 @@ public class PokeMudry extends PortableApplication {
 | 
			
		||||
        if(onMapScreen) sp.p.manageEntity(sp.sm, controller);
 | 
			
		||||
        
 | 
			
		||||
        // Switch screen
 | 
			
		||||
        if (sp.p.onEnemy && onMapScreen){
 | 
			
		||||
        if (sp.p.frontOfEnemy && onMapScreen){
 | 
			
		||||
            sp.e = sp.p.lastEnemy;
 | 
			
		||||
            sp.sb = sp.screenManager.getScreenBattle();
 | 
			
		||||
            sp.b = new Battle(sp.e);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user