mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
16 lines
513 B
Lua
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" },
|
|
},
|
|
},
|
|
},
|
|
}
|