Fix Viridian old man tutorial dialog in Yellow (#617)

This commit is contained in:
Shane McGovern
2026-08-01 22:38:09 +01:00
parent 5e89e35e02
commit d951fe8fc5
6 changed files with 448 additions and 3 deletions
+2 -1
View File
@@ -48,7 +48,8 @@ end
if GameVersion.isYellow() then
for _, file in ipairs({ "data.scripts.yellow_gifts",
"data.scripts.yellow_jessie_james",
"data.scripts.yellow_beach_house" }) do
"data.scripts.yellow_beach_house",
"data.scripts.yellow_viridian_old_man" }) do
for mapId, mod in pairs(require(file)) do
MapScripts.attachBase(mapId, mod)
end