summaryrefslogtreecommitdiff
path: root/src/com/sneed/pkrandom/constants/Gen3Constants.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/sneed/pkrandom/constants/Gen3Constants.java')
-rw-r--r--src/com/sneed/pkrandom/constants/Gen3Constants.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/com/sneed/pkrandom/constants/Gen3Constants.java b/src/com/sneed/pkrandom/constants/Gen3Constants.java
index 7f440a0..90f6ecd 100644
--- a/src/com/sneed/pkrandom/constants/Gen3Constants.java
+++ b/src/com/sneed/pkrandom/constants/Gen3Constants.java
@@ -172,6 +172,8 @@ public class Gen3Constants {
public static final int cacophonyIndex = 76, airLockIndex = 77, highestAbilityIndex = 77;
+ public static final int emMeteorFallsStevenIndex = 804;
+
public static final Map<Integer,List<Integer>> abilityVariations = setupAbilityVariations();
private static Map<Integer,List<Integer>> setupAbilityVariations() {
@@ -711,7 +713,7 @@ public class Gen3Constants {
tag(trs, "THEMED:WALLY-STRONG", 0x207, 0x290, 0x291, 0x292, 0x293, 0x294);
// Steven
- tag(trs, 0x324, "UBER");
+ tag(trs, emMeteorFallsStevenIndex, "UBER");
}