diff options
author | Ajarmar <axel.jarmar@gmail.com> | 2022-06-26 17:53:39 +0200 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2022-06-26 17:15:56 +0100 |
commit | 979e2d4c65de77b14f9819ab1eefc0ee5c16930c (patch) | |
tree | 87ee98456bfc410d668a39a34ba11eaed9dd0efb /src/com/sneed/pkrandom | |
parent | 8adc341e608f8d5ee46ca57825f492fa5ffda2cd (diff) |
HG/SS: Fix type theming of Ecruteak gym trainers
Diffstat (limited to 'src/com/sneed/pkrandom')
-rw-r--r-- | src/com/sneed/pkrandom/constants/Gen4Constants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/sneed/pkrandom/constants/Gen4Constants.java b/src/com/sneed/pkrandom/constants/Gen4Constants.java index b79c068..a998472 100644 --- a/src/com/sneed/pkrandom/constants/Gen4Constants.java +++ b/src/com/sneed/pkrandom/constants/Gen4Constants.java @@ -1838,7 +1838,7 @@ public class Gen4Constants { tag(trs, "GYM1", 0x32, 0x1D); tag(trs, "GYM2", 0x43, 0x44, 0x45, 0x0a); tag(trs, "GYM3", 0x05, 0x46, 0x47, 0x16); - tag(trs, "GYM4", 0x57, 0x58, 0x59, 0x2e); + tag(trs, "GYM4", 0x1ed, 0x1ee, 0x59, 0x2e); tag(trs, "GYM5", 0x9c, 0x9d, 0x9f, 0xfb); tag(trs, "GYM7", 0x1e0, 0x1e1, 0x1e2, 0x1e3, 0x1e4); tag(trs, "GYM8", 0x6e, 0x6f, 0x70, 0x75, 0x77); |