intro api upgrade (#294)

* intro api upgrade

* api updates

* fix tests

* updated templates
This commit is contained in:
bryanthaboi
2026-07-27 08:37:11 -04:00
committed by GitHub
parent 08e8dfc416
commit be90e5b42c
42 changed files with 1880 additions and 153 deletions
+1
View File
@@ -370,6 +370,7 @@ function BagMenu.new(game, opts)
local battle = opts.battle
local list
list = ListMenu.new(game, "ITEMS", buildItems(game), {
kind = "bag",
footer = ("¥%d"):format(game.save.money),
-- SELECT reorders items like the original bag (swap_items.asm)
onSelectKey = function(item, l)