mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 16:31:05 +02:00
24 lines
518 B
Lua
24 lines
518 B
Lua
return {
|
|
FixTown = {
|
|
TEXT_FIXTOWN_SIGN = {
|
|
label = "FixTownSignText",
|
|
text = "_FixTownSignText",
|
|
},
|
|
TEXT_FIXTOWN_GREETER = {
|
|
label = "FixTownGreeterText",
|
|
text = "_FixTownGreeterText",
|
|
},
|
|
TEXT_FIXTOWN_MART = {
|
|
label = "FixTownMartText",
|
|
text = "_FixMartText",
|
|
mart = { "FIX_POTION", "FIX_BALL" },
|
|
},
|
|
},
|
|
FixRoute = {
|
|
TEXT_FIXROUTE_TRAINER = {
|
|
label = "FixRouteTrainerBattleText",
|
|
text = "_FixRouteTrainerBattleText",
|
|
},
|
|
},
|
|
}
|