diff --git a/src/battle/battle.c b/src/battle/battle.c index e2028fa..762b815 100644 --- a/src/battle/battle.c +++ b/src/battle/battle.c @@ -130,8 +130,8 @@ static void doBattle(void) scrollBackground(-ssx * 0.1, -ssy * 0.1); - battle.planet.x -= ssx * 0.05; - battle.planet.y -= ssy * 0.05; + battle.planet.x -= ssx * 0.1; + battle.planet.y -= ssy * 0.1; doObjectives();