mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
16 lines
493 B
Lua
16 lines
493 B
Lua
-- Route 16 Fly House flavor dialogue
|
|
-- Source: pokered/scripts/Route16FlyHouse.asm, pokered/text/Route16FlyHouse.asm
|
|
|
|
return {
|
|
ROUTE_16_FLY_HOUSE = {
|
|
talk = {
|
|
-- Route16FlyHouseFearowText: text_asm just prints the one line and
|
|
-- plays the FEAROW cry (no cry-playback command exists in this
|
|
-- port's Commands vocabulary, so only the text is ported).
|
|
TEXT_ROUTE16FLYHOUSE_FEAROW = {
|
|
{ "show_text", "_Route16FlyHouseFearowText" },
|
|
},
|
|
},
|
|
},
|
|
}
|