mirror of
https://github.com/Klagarge/PokeHES.git
synced 2026-08-11 20:12:24 +00:00
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -67,7 +67,7 @@ public class PokeMudry extends PortableApplication {
|
||||
boolean onMapScreen = sp.screenManager.getActiveScreen().getClass().equals(ScreenMap.class);
|
||||
boolean onBattleScreen = sp.screenManager.getActiveScreen().getClass().equals(ScreenBattle.class);
|
||||
|
||||
long timeNow = System.currentTimeMillis();
|
||||
long timeNow = System.currentTimeMillis();a
|
||||
if((timeNow-lastMesure) >= 1000){
|
||||
lastMesure = timeNow;
|
||||
for (Enemy enemy : enemies) { enemy.recoveredTime++; }
|
||||
|
||||
Reference in New Issue
Block a user