mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-25 23:11:15 +02:00
14 lines
334 B
Lua
14 lines
334 B
Lua
-- CeladonCity flavor talk scripts (pokered/scripts/CeladonCity.asm)
|
|
return {
|
|
CELADON_CITY = {
|
|
talk = {
|
|
TEXT_CELADONCITY_POLIWRATH = {
|
|
{"face_player"},
|
|
-- pokered/scripts/CeladonCity.asm:90
|
|
{"play_cry", "POLIWRATH", true},
|
|
{"show_text", "_CeladonCityPoliwrathText"},
|
|
},
|
|
},
|
|
},
|
|
}
|