am 4386b762: am 464709c5: am 742d7fc1: Show the orange selection thing.
Merge commit '4386b762a86d7d1635a70bb512fe02babbdf5bf6'
* commit '4386b762a86d7d1635a70bb512fe02babbdf5bf6':
Show the orange selection thing.
diff --git a/res/raw/rollo3.c b/res/raw/rollo3.c
index 2aefa29..0fe940e 100644
--- a/res/raw/rollo3.c
+++ b/res/raw/rollo3.c
@@ -277,6 +277,12 @@
if ((y >= ymin) && (y <= ymax)) {
setColor(1.f, 1.f, 1.f, 1.f);
+
+ if (state->selectedIconIndex == iconNum) {
+ bindTexture(NAMED_PFTexLinear, 0, state->selectedIconTexture);
+ drawSpriteScreenspace(x, y, 0, 128, 128);
+ }
+
bindTexture(NAMED_PFTexLinear, 0, loadI32(ALLOC_ICON_IDS, iconNum));
drawSpriteScreenspace(x, y, 0, 128, 128);
}