diff options
author | Thomas <doodrabbit@hotmail.com> | 2021-12-17 20:57:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-17 20:57:03 -0500 |
commit | af67eaffa7ab1a347a6f0e59ed7f1e107749d15a (patch) | |
tree | b9f90f7b047b3dc5a411dbf65117bf07b237a37d /files/poketool/trainer | |
parent | 3ab18655ca1311019212b3a2a9dbe32e5fbee55d (diff) | |
parent | 44cd7753b5dde323d1e8274b2dc8a5599729e83f (diff) |
Real-match math_util.c
Diffstat (limited to 'files/poketool/trainer')
-rw-r--r-- | files/poketool/trainer/trdata.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/poketool/trainer/trdata.json b/files/poketool/trainer/trdata.json index 336f8469..24fa3a6d 100644 --- a/files/poketool/trainer/trdata.json +++ b/files/poketool/trainer/trdata.json @@ -15351,7 +15351,7 @@ {
"index": 608,
"type": "TRTYPE_MON_MOVES",
- "class": "TRAINER_CLASS_PKMN_TRAINER_AROMA_LADY",
+ "class": "TRAINER_CLASS_PKMN_TRAINER_CHERYL",
"name": "Cheryl",
"unk2": 0,
"items": [],
@@ -15373,7 +15373,7 @@ {
"index": 609,
"type": "TRTYPE_MON_MOVES",
- "class": "TRAINER_CLASS_PKMN_TRAINER_RICH_BOY",
+ "class": "TRAINER_CLASS_PKMN_TRAINER_RILEY",
"name": "Riley",
"unk2": 0,
"items": [],
@@ -15396,7 +15396,7 @@ {
"index": 610,
"type": "TRTYPE_MON_MOVES",
- "class": "TRAINER_CLASS_PKMN_TRAINER_PICNICKER",
+ "class": "TRAINER_CLASS_PKMN_TRAINER_MARLEY",
"name": "Marley",
"unk2": 0,
"items": [],
@@ -15419,7 +15419,7 @@ {
"index": 611,
"type": "TRTYPE_MON_MOVES",
- "class": "TRAINER_CLASS_PKMN_TRAINER_CAMPER",
+ "class": "TRAINER_CLASS_PKMN_TRAINER_BUCK",
"name": "Buck",
"unk2": 0,
"items": [],
@@ -15442,7 +15442,7 @@ {
"index": 612,
"type": "TRTYPE_MON_MOVES",
- "class": "TRAINER_CLASS_PKMN_TRAINER_POKEKID",
+ "class": "TRAINER_CLASS_PKMN_TRAINER_MIRA",
"name": "Mira",
"unk2": 0,
"items": [],
|