mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-15 07:41:21 +02:00
This commit is contained in:
@@ -604,7 +604,7 @@ do
|
||||
local game = uiGame({ mon })
|
||||
Bag.add(game.save, "RARE_CANDY", 1)
|
||||
game.stack:push(BagMenu.new(game))
|
||||
for _ = 1, 600 do
|
||||
for _ = 1, 800 do
|
||||
local top = game.stack:top()
|
||||
if not top then break end
|
||||
pressed = { a = true }
|
||||
|
||||
Reference in New Issue
Block a user