mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-16 21:38:40 +00:00
Unban Lansat Berry
This commit is contained in:
parent
370ba7753d
commit
1ffd6872a8
2 changed files with 2 additions and 3 deletions
|
@ -199,7 +199,6 @@ public static partial class Legal
|
|||
0500, // Park Ball
|
||||
1785, // Strange Ball
|
||||
|
||||
0206, // Lansat Berry
|
||||
0207, // Starf Berry
|
||||
0208, // Enigma Berry
|
||||
0209, // Micle Berry
|
||||
|
|
|
@ -763,8 +763,8 @@ public sealed class SaveBlockAccessor9SV : SCBlockAccessor, ISaveBlock9Main
|
|||
private const uint WEVT_GYM_DENKI_TEST_NPC_01 = 0x044F4DCE;
|
||||
private const uint WEVT_GYM_DENKI_TEST_NPC_02 = 0x044F4C1B;
|
||||
private const uint KIndexReceivedBadgePsychic = 0x3B819021; // WEVT_GYM_ESPER_CLEAR
|
||||
private const uint KHighScoreESPExercise = 0x287ED11F; // WEVT_SUB_GYM_ESPER_ENDLESS_HIGH_SCORE
|
||||
private const uint WEVT_SUB_GYM_ESPER_EXERCISE_LEVEL = 0x4874E130;
|
||||
private const uint KESPExerciseKnockoutHighScore = 0x287ED11F; // WEVT_SUB_GYM_ESPER_ENDLESS_HIGH_SCORE
|
||||
private const uint KESPExerciseModesUnlocked = 0x4874E130; // WEVT_SUB_GYM_ESPER_EXERCISE_LEVEL
|
||||
private const uint KIndexReceivedBadgeGhost = 0xCDA61DED; // WEVT_GYM_GHOST_CLEAR
|
||||
private const uint WEVT_GYM_GHOST_TALKED_TRAINER = 0x706D7FB5;
|
||||
private const uint KSnowSlopeRunBestTime1 = 0x594C72A5; // WEVT_GYM_KOORI_BEST_RECORD_TIME_01
|
||||
|
|
Loading…
Add table
Reference in a new issue