diff options
Diffstat (limited to 'src/com')
-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); |