mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-20 12:40:21 +02:00
CLOSES #998, CLOSES #1472, CLOSES #1526, CLOSES #1529, CLOSES #1530, CLOSES #1532, CLOSES #1534, CLOSES #1547, CLOSES #1549, CLOSES #1550, CLOSES #1551
This commit is contained in:
@@ -33,7 +33,8 @@ local function battleWith(partyHP, result)
|
||||
for i, hp in ipairs(partyHP) do
|
||||
party[i] = { species = "SQUIRTLE", hp = hp, stats = { hp = 20 } }
|
||||
end
|
||||
return {
|
||||
-- the metatable so playerMonFainted can reach playerPartyView
|
||||
return setmetatable({
|
||||
kind = "wild",
|
||||
result = result,
|
||||
afterQueue = nil,
|
||||
@@ -44,7 +45,7 @@ local function battleWith(partyHP, result)
|
||||
sayNext = function(self, m) self.said[#self.said + 1] = m end,
|
||||
say = function(self, m) self.said[#self.said + 1] = m end,
|
||||
ui = function() end,
|
||||
}
|
||||
}, BattleState)
|
||||
end
|
||||
|
||||
local function saidBlackout(b)
|
||||
|
||||
Reference in New Issue
Block a user