mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
14 lines
290 B
Lua
14 lines
290 B
Lua
return {
|
|
FixRoute = {
|
|
{
|
|
range = 2,
|
|
battle = "_FixRouteTrainerBattleText",
|
|
won = "_FixRouteTrainerEndText",
|
|
after = "_FixRouteTrainerAfterText",
|
|
event = "EVENT_BEAT_FIXROUTE_TRAINER_0",
|
|
opponent = "OPP_FIX_YOUNGSTER",
|
|
party = 1,
|
|
},
|
|
},
|
|
}
|