summaryrefslogtreecommitdiffstats
path: root/res/raw/rollo.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/raw/rollo.c')
-rw-r--r--res/raw/rollo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/raw/rollo.c b/res/raw/rollo.c
index 70d39545e..5ed562a48 100644
--- a/res/raw/rollo.c
+++ b/res/raw/rollo.c
@@ -128,12 +128,12 @@ int main(void* con, int ft, int launchID)
if (alpha > 0) {
color(1.0f, 1.0f, 1.0f, alpha);
- float ty = 605.f - y * 150.f;
+ float ty = 654.f - y * 150.f;
ty = ty + 0.25f;
bindTexture(NAMED_PFText, 0, loadI32(3, index));
- drawRect(tx, ty, tx + 128.f, ty + 32.f, 0.5f);
+ drawRect(tx, ty, tx + 128.f, ty + 64.f, 0.5f);
}
iconCount--;
index++;