Files
gen1recomp/data/scripts/flavor/viridian_nickname_house.lua
T
2026-07-17 20:30:02 -04:00

16 lines
513 B
Lua

-- Viridian Nickname House (pokered/scripts/ViridianNicknameHouse.asm).
return {
VIRIDIAN_NICKNAME_HOUSE = {
talk = {
-- ViridianNicknameHouseSpearowText: text_asm that shows the text
-- then plays a SPEAROW cry (PlayCry/WaitForSoundToFinish). The
-- cry playback isn't in the talk-script command vocabulary, so
-- only the flavor line is ported here.
TEXT_VIRIDIANNICKNAMEHOUSE_SPEAROW = {
{ "show_text", "_ViridianNicknameHouseSpearowText" },
},
},
},
}