mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-21 05:00:43 +02:00
Update OverworldController.lua
This commit is contained in:
@@ -2913,7 +2913,7 @@ function OverworldState:nurseHeal(onDone, npc)
|
|||||||
local t = Game.data.text
|
local t = Game.data.text
|
||||||
if self.map.id == "PEWTER_POKECENTER" and self.pikachuPewterSleepScene then
|
if self.map.id == "PEWTER_POKECENTER" and self.pikachuPewterSleepScene then
|
||||||
Game.stack:push(TextBox.new(Game,
|
Game.stack:push(TextBox.new(Game,
|
||||||
t._LooksContentText or "PIKACHU looks\ncontent.", onDone))
|
t._LooksContentText or Strings("PIKACHU looks\ncontent."), onDone))
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
local bye = t._PokemonCenterFarewellText or romText(Game.data, "_PokemonCenterFarewellText", "We hope to see\nyou again!")
|
local bye = t._PokemonCenterFarewellText or romText(Game.data, "_PokemonCenterFarewellText", "We hope to see\nyou again!")
|
||||||
@@ -3009,7 +3009,7 @@ function OverworldState:cableClubReceptionist(onDone)
|
|||||||
local t = Game.data.text
|
local t = Game.data.text
|
||||||
if self.map.id == "PEWTER_POKECENTER" and self.pikachuPewterSleepScene then
|
if self.map.id == "PEWTER_POKECENTER" and self.pikachuPewterSleepScene then
|
||||||
Game.stack:push(TextBox.new(Game,
|
Game.stack:push(TextBox.new(Game,
|
||||||
t._LooksContentText or "PIKACHU looks\ncontent.", onDone))
|
t._LooksContentText or Strings("PIKACHU looks\ncontent."), onDone))
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
local welcome = t._CableClubNPCWelcomeText or romText(Game.data, "_CableClubNPCWelcomeText", "Welcome to the\nCable Club!")
|
local welcome = t._CableClubNPCWelcomeText or romText(Game.data, "_CableClubNPCWelcomeText", "Welcome to the\nCable Club!")
|
||||||
|
|||||||
Reference in New Issue
Block a user