Files
2026-07-17 20:30:02 -04:00

16 lines
497 B
Lua

-- CeladonCity flavor talk scripts (pokered/scripts/CeladonCity.asm)
return {
CELADON_CITY = {
talk = {
-- CeladonCityPoliwrathText (scripts/CeladonCity.asm): text_far
-- _CeladonCityPoliwrathText, then plays the POLIWRATH cry and ends.
-- The cry playback has no port-side equivalent command, so we just
-- show the flavor line.
TEXT_CELADONCITY_POLIWRATH = {
{"face_player"},
{"show_text", "_CeladonCityPoliwrathText"},
},
},
},
}