diff options
author | tom-overton <tom.overton@outlook.com> | 2022-08-08 10:30:37 -0700 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2022-08-12 10:55:22 +0100 |
commit | 730711471fdaf344eed45de9a5eff60a52d3de1c (patch) | |
tree | 8ba2d721f1d37edc610205ce160555f0ff8d49cc /src | |
parent | 12a431c8292306f2278a4d770895a6751234fcff (diff) |
Japanese Gen 3: Fix issue where Pokemon League Has Unique Pokemon would crash the randomizer (fixes #512)
Diffstat (limited to 'src')
-rwxr-xr-x | src/com/sneed/pkrandom/config/gen3_offsets.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/sneed/pkrandom/config/gen3_offsets.ini b/src/com/sneed/pkrandom/config/gen3_offsets.ini index b2d5107..18baf86 100755 --- a/src/com/sneed/pkrandom/config/gen3_offsets.ini +++ b/src/com/sneed/pkrandom/config/gen3_offsets.ini @@ -1972,6 +1972,7 @@ TrainerClassCount=58 TrainerClassNameLength=11 TrainerNameLength=6 DoublesTrainerClasses=[27, 42, 55, 56, 57] +EliteFourIndices=[261, 262, 263, 264, 335] ItemData=0x39A648 ItemEntrySize=40 ItemCount=348 @@ -2096,6 +2097,7 @@ TrainerClassCount=66 TrainerClassNameLength=11 TrainerNameLength=6 DoublesTrainerClasses=[34, 46, 55, 56, 57] +EliteFourIndices=[261, 262, 263, 264, 335] ItemEntrySize=40 ItemCount=376 MoveCount=354 @@ -2187,6 +2189,7 @@ TrainerClassCount=107 TrainerClassNameLength=11 TrainerNameLength=6 DoublesTrainerClasses=[26, 40, 52, 53, 54, 92, 93, 94, 95, 96] +EliteFourIndices=[410, 411, 412, 413, 438, 439, 440] ItemEntrySize=40 ItemCount=374 MoveCount=354 |