mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
20 lines
553 B
Lua
20 lines
553 B
Lua
-- Flavor talk scripts for PEWTER_MART (pokered/scripts/PewterMart.asm)
|
|
|
|
return {
|
|
PEWTER_MART = {
|
|
talk = {
|
|
-- PewterMartYoungsterText: text_asm -> single text_far _PewterMartYoungsterText
|
|
TEXT_PEWTERMART_YOUNGSTER = {
|
|
{ "face_player" },
|
|
{ "show_text", "_PewterMartYoungsterText" },
|
|
},
|
|
|
|
-- PewterMartSuperNerdText: text_asm -> single text_far _PewterMartSuperNerdText
|
|
TEXT_PEWTERMART_SUPER_NERD = {
|
|
{ "face_player" },
|
|
{ "show_text", "_PewterMartSuperNerdText" },
|
|
},
|
|
},
|
|
},
|
|
}
|