mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
15 lines
524 B
Lua
15 lines
524 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
|
|
-- ending. The port has no cry-playback command exposed to scripts, so
|
|
-- only the flavor text is ported.
|
|
TEXT_COPYCATSHOUSE1F_CHANSEY = {
|
|
{ "show_text", "_CopycatsHouse1FChanseyText" },
|
|
},
|
|
},
|
|
},
|
|
}
|