mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-25 23:11:15 +02:00
15 lines
366 B
Lua
15 lines
366 B
Lua
-- Route 16 Fly House flavor dialogue
|
|
-- Source: pokered/scripts/Route16FlyHouse.asm, pokered/text/Route16FlyHouse.asm
|
|
|
|
return {
|
|
ROUTE_16_FLY_HOUSE = {
|
|
talk = {
|
|
-- scripts/Route16FlyHouse.asm:45-51
|
|
TEXT_ROUTE16FLYHOUSE_FEAROW = {
|
|
{ "play_cry", "FEAROW", true },
|
|
{ "show_text", "_Route16FlyHouseFearowText" },
|
|
},
|
|
},
|
|
},
|
|
}
|