CLOSES #785, CLOSES #807, CLOSES #811, CLOSES #814

This commit is contained in:
bryanthaboi
2026-08-04 15:13:06 -04:00
parent 8fbe819493
commit 0fa8206321
15 changed files with 862 additions and 37 deletions
+4 -2
View File
@@ -776,8 +776,10 @@ function PartyMenu:draw()
if i == self.index then
Font.drawCode(Theme.cursor, 0, cursorY)
end
if i == self.swapFrom or i == self.softboiledFrom then
Font.drawCode(Theme.cursorHollow, 0, cursorY) -- the unfilled swap arrow
-- the unfilled swap arrow; the filled cursor replaces it in the tilemap
-- when they share a row (PlaceMenuCursor, home/window.asm:184-185) (#814)
if (i == self.swapFrom or i == self.softboiledFrom) and i ~= self.index then
Font.drawCode(Theme.cursorHollow, 0, cursorY)
end
end
if self.swapFrom then