CLOSES #1928, CLOSES #1929, CLOSES #1930, CLOSES #1931, CLOSES #1933, CLOSES #1934, CLOSES #1935, CLOSES #1936

This commit is contained in:
bryanthaboi
2026-08-29 09:00:17 -04:00
parent 36ad59bdbb
commit cba47b04e8
43 changed files with 2049 additions and 91 deletions
+2 -1
View File
@@ -474,7 +474,8 @@ function TextBox:update(dt)
end
if self:sfxHeld() then return end
if input:wasPressed("a") or input:wasPressed("b") then
require("src.core.Sound").play(self.game.data, "Press_AB")
-- home/joypad.asm:292
require("src.core.Sound").playPress(self.game.data)
self.game.stack:pop()
if self.onDone then self.onDone() end
end