From 5f15797043a5850522686554e31319a486da15d2 Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 31 Dec 2018 16:46:13 +0000 Subject: [PATCH] Move planet slightly faster than background. --- src/battle/battle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/battle/battle.c b/src/battle/battle.c index 61e4e98..bda0181 100644 --- a/src/battle/battle.c +++ b/src/battle/battle.c @@ -143,8 +143,8 @@ static void doBattle(void) scrollBackground(-ssx * 0.1, -ssy * 0.1); - battle.planet.x -= ssx * 0.1; - battle.planet.y -= ssy * 0.1; + battle.planet.x -= ssx * 0.15; + battle.planet.y -= ssy * 0.15; doObjectives();