Skip to content

Commit

Permalink
Merge pull request #311 from cbt6/trainer-names
Browse files Browse the repository at this point in the history
Fix some trainer names
  • Loading branch information
lhearachel authored Nov 25, 2024
2 parents bf91edc + 410e9c5 commit dd0b5ed
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 deletions.
10 changes: 5 additions & 5 deletions res/field/scripts/scripts_battleground.s
Original file line number Diff line number Diff line change
Expand Up @@ -428,23 +428,23 @@ _06E8:
Return

_06F0:
SetVar 0x4005, trainer_trainer_cheryl_battleground
SetVar 0x4005, trainer_cheryl_battleground
Return

_06F8:
SetVar 0x4005, trainer_trainer_riley_battleground
SetVar 0x4005, trainer_riley_battleground
Return

_0700:
SetVar 0x4005, trainer_trainer_marley_battleground
SetVar 0x4005, trainer_marley_battleground
Return

_0708:
SetVar 0x4005, trainer_trainer_buck_battleground
SetVar 0x4005, trainer_buck_battleground
Return

_0710:
SetVar 0x4005, trainer_trainer_mira_battleground
SetVar 0x4005, trainer_mira_battleground
Return

_0718:
Expand Down
20 changes: 10 additions & 10 deletions res/trainers/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -607,11 +607,11 @@ trainer_data_files = [
'trainer_unknown_605.json',
'trainer_veteran_harlan.json',
'trainer_rival_spear_pillar_piplup.json',
'trainer_trainer_cheryl_cheryl.json',
'trainer_trainer_riley_riley.json',
'trainer_trainer_marley_marley.json',
'trainer_trainer_buck_buck.json',
'trainer_trainer_mira_mira.json',
'trainer_cheryl_eterna_forest.json',
'trainer_riley_iron_island.json',
'trainer_marley_victory_road.json',
'trainer_buck_stark_mountain.json',
'trainer_mira_wayward_cave.json',
'trainer_lucas_jubilife_city_chimchar.json',
'trainer_lucas_jubilife_city_piplup.json',
'trainer_lucas_jubilife_city_turtwig.json',
Expand Down Expand Up @@ -860,11 +860,11 @@ trainer_data_files = [
'trainer_leader_roark_rematch.json',
'trainer_leader_wake_rematch.json',
'trainer_leader_fantina_rematch.json',
'trainer_trainer_riley_battleground.json',
'trainer_trainer_buck_battleground.json',
'trainer_trainer_marley_battleground.json',
'trainer_trainer_mira_battleground.json',
'trainer_trainer_cheryl_battleground.json',
'trainer_riley_battleground.json',
'trainer_buck_battleground.json',
'trainer_marley_battleground.json',
'trainer_mira_battleground.json',
'trainer_cheryl_battleground.json',
'trainer_elite_four_aaron_rematch.json',
'trainer_elite_four_bertha_rematch.json',
'trainer_elite_four_flint_rematch.json',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 10 additions & 10 deletions res/trainers/trainers.order
Original file line number Diff line number Diff line change
Expand Up @@ -606,11 +606,11 @@ trainer_swimmer_lydia
trainer_unknown_605
trainer_veteran_harlan
trainer_rival_spear_pillar_piplup
trainer_trainer_cheryl_cheryl
trainer_trainer_riley_riley
trainer_trainer_marley_marley
trainer_trainer_buck_buck
trainer_trainer_mira_mira
trainer_cheryl_eterna_forest
trainer_riley_iron_island
trainer_marley_victory_road
trainer_buck_stark_mountain
trainer_mira_wayward_cave
trainer_lucas_jubilife_city_chimchar
trainer_lucas_jubilife_city_piplup
trainer_lucas_jubilife_city_turtwig
Expand Down Expand Up @@ -859,11 +859,11 @@ trainer_leader_gardenia_rematch
trainer_leader_roark_rematch
trainer_leader_wake_rematch
trainer_leader_fantina_rematch
trainer_trainer_riley_battleground
trainer_trainer_buck_battleground
trainer_trainer_marley_battleground
trainer_trainer_mira_battleground
trainer_trainer_cheryl_battleground
trainer_riley_battleground
trainer_buck_battleground
trainer_marley_battleground
trainer_mira_battleground
trainer_cheryl_battleground
trainer_elite_four_aaron_rematch
trainer_elite_four_bertha_rematch
trainer_elite_four_flint_rematch
Expand Down

0 comments on commit dd0b5ed

Please sign in to comment.