summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authortustin2121 <tustin2121@gmail.com>2020-09-20 13:04:20 -0400
committertustin2121 <tustin2121@gmail.com>2020-09-20 13:04:20 -0400
commitbe9100fe52875e15aa3424c3751148ddd9bf127b (patch)
tree2c7f6997fb9321bcba78ceb1c7c83ca927d79e47 /src/data
parent832be348989967b15ae813180b22640d7da732ab (diff)
Review changes
Diffstat (limited to 'src/data')
-rw-r--r--src/data/battle_frontier/trainer_hill.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/data/battle_frontier/trainer_hill.h b/src/data/battle_frontier/trainer_hill.h
index 3c803504d..1b41024d0 100644
--- a/src/data/battle_frontier/trainer_hill.h
+++ b/src/data/battle_frontier/trainer_hill.h
@@ -2723,7 +2723,7 @@ static const struct TrHillFloor sDataTagVariety_Floors[] = {
.spAttackIV = 30,
.spDefenseIV = 31,
.abilityNum = 0,
- .personality = 0x0202,
+ .personality = 0x202,
.nickname = _("UNOWN"),
.friendship = 255,
},
@@ -2765,7 +2765,7 @@ static const struct TrHillFloor sDataTagVariety_Floors[] = {
.spAttackIV = 30,
.spDefenseIV = 30,
.abilityNum = 0,
- .personality = 0x0102,
+ .personality = 0x102,
.nickname = _("UNOWN"),
.friendship = 255,
},
@@ -2927,7 +2927,7 @@ static const struct TrHillFloor sDataTagVariety_Floors[] = {
.spAttackIV = 30,
.spDefenseIV = 31,
.abilityNum = 0,
- .personality = 0x0302,
+ .personality = 0x302,
.nickname = _("UNOWN"),
.friendship = 255,
},
@@ -2948,7 +2948,7 @@ static const struct TrHillFloor sDataTagVariety_Floors[] = {
.spAttackIV = 30,
.spDefenseIV = 30,
.abilityNum = 0,
- .personality = 0x0203,
+ .personality = 0x203,
.nickname = _("UNOWN"),
.friendship = 255,
},
@@ -2969,7 +2969,7 @@ static const struct TrHillFloor sDataTagVariety_Floors[] = {
.spAttackIV = 31,
.spDefenseIV = 31,
.abilityNum = 0,
- .personality = 0x0301,
+ .personality = 0x301,
.nickname = _("UNOWN"),
.friendship = 255,
},
@@ -5575,4 +5575,4 @@ static const struct TrHillFloor sDataTagExpert_Floors[] = {
#undef COORDS_XY
#undef TRAINER_DIRS
-#undef TRAINER_RANGE \ No newline at end of file
+#undef TRAINER_RANGE