mirror of
https://github.com/bryanthaboi/gen1recomp
synced 2026-09-26 13:33:27 -04:00
14 lines
447 B
Lua
14 lines
447 B
Lua
-- Flavor talk scripts for Copycat's House 1F (pokered/scripts/CopycatsHouse1F.asm)
|
|
return {
|
|
COPYCATS_HOUSE_1F = {
|
|
talk = {
|
|
-- CopycatsHouse1FChanseyText: text_far _CopycatsHouse1FChanseyText, then
|
|
-- text_asm plays the CHANSEY cry (ld a, CHANSEY / call PlayCry) before
|
|
TEXT_COPYCATSHOUSE1F_CHANSEY = {
|
|
{ "play_cry", "CHANSEY", true },
|
|
{ "show_text", "_CopycatsHouse1FChanseyText" },
|
|
},
|
|
},
|
|
},
|
|
}
|