mirror of
https://github.com/bryanthaboi/gen1recomp
synced 2026-09-26 13:33:27 -04:00
13 lines
257 B
Lua
13 lines
257 B
Lua
-- pokered/scripts/SaffronCity.asm:76
|
|
return {
|
|
SAFFRON_CITY = {
|
|
talk = {
|
|
TEXT_SAFFRONCITY_PIDGEOT = {
|
|
{ "face_player" },
|
|
{ "play_cry", "PIDGEOT", true },
|
|
{ "show_text", "_SaffronCityPidgeotText" },
|
|
},
|
|
},
|
|
},
|
|
}
|