Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Notably missing the 3 previously mentioned "new" megas that have mega stones. Implies they may be added at a later date? Or this function is unused? Won't know until the full game is analyzed.
- Here's S/V's table for comparison:
- https://www.smogon.com/forums/threads/scarlet-violet-battle-mechanics-research.3709545/page-42#post-9893285
- ```cs
- var data = File.ReadAllBytes(path).AsSpan();
- var start = 0x31568FC;
- var speciesNames = GameInfo.Strings.specieslist;
- const int size = 6;
- for (int i = start; i < start + 0x5E*size; i+=size)
- {
- var species = System.Buffers.Binary.BinaryPrimitives.ReadUInt16LittleEndian(data[i..]);
- var from = System.Buffers.Binary.BinaryPrimitives.ReadUInt16LittleEndian(data[(i+2)..]);
- var to = System.Buffers.Binary.BinaryPrimitives.ReadUInt16LittleEndian(data[(i+4)..]);
- $"{(i-start)/6:000} {(int)species:0000} {speciesNames[SpeciesConverter.GetNational9(species)]} {from} => {to}".Dump();
- }
- ```
- 000 0421 Cherrim 1 => 0
- 001 0555 Darmanitan 1 => 0
- 002 0555 Darmanitan 3 => 2
- 003 0681 Aegislash 1 => 0
- 004 0746 Wishiwashi 1 => 0
- 005 0778 Mimikyu 1 => 0
- 006 0845 Cramorant 1 => 0
- 007 0845 Cramorant 2 => 0
- 008 0888 Zacian 1 => 0
- 009 0889 Zamazenta 1 => 0
- 010 0890 Eternatus 1 => 0
- 011 0875 Eiscue 1 => 0
- 012 0877 Morpeko 1 => 0
- 013 0351 Castform 2 => 0
- 014 0351 Castform 3 => 0
- 015 0351 Castform 1 => 0
- 016 0648 Meloetta 1 => 0
- 017 0718 Zygarde 4 => 0
- 018 0774 Minior 0 => 7
- 019 0774 Minior 1 => 8
- 020 0774 Minior 2 => 9
- 021 0774 Minior 3 => 10
- 022 0774 Minior 4 => 11
- 023 0774 Minior 5 => 12
- 024 0774 Minior 6 => 13
- 025 0934 Palafin 1 => 0
- 026 0003 Venusaur 1 => 0
- 027 0006 Charizard 1 => 0
- 028 0006 Charizard 2 => 0
- 029 0009 Blastoise 1 => 0
- 030 0015 Beedrill 1 => 0
- 031 0018 Pidgeot 1 => 0
- 032 0036 Clefable 1 => 0
- 033 0065 Alakazam 1 => 0
- 034 0071 Victreebel 1 => 0
- 035 0080 Slowbro 1 => 0
- 036 0094 Gengar 1 => 0
- 037 0115 Kangaskhan 1 => 0
- 038 0121 Starmie 1 => 0
- 039 0127 Pinsir 1 => 0
- 040 0130 Gyarados 1 => 0
- 041 0142 Aerodactyl 1 => 0
- 042 0149 Dragonite 1 => 0
- 043 0150 Mewtwo 1 => 0
- 044 0150 Mewtwo 2 => 0
- 045 0154 Meganium 1 => 0
- 046 0160 Feraligatr 1 => 0
- 047 0181 Ampharos 1 => 0
- 048 0208 Steelix 1 => 0
- 049 0212 Scizor 1 => 0
- 050 0214 Heracross 1 => 0
- 051 0227 Skarmory 1 => 0
- 052 0229 Houndoom 1 => 0
- 053 0248 Tyranitar 1 => 0
- 054 0282 Gardevoir 1 => 0
- 055 0302 Sableye 1 => 0
- 056 0303 Mawile 1 => 0
- 057 0306 Aggron 1 => 0
- 058 0308 Medicham 1 => 0
- 059 0310 Manectric 1 => 0
- 060 0319 Sharpedo 1 => 0
- 061 0323 Camerupt 1 => 0
- 062 0334 Altaria 1 => 0
- 063 0354 Banette 1 => 0
- 064 0359 Absol 1 => 0
- 065 0362 Glalie 1 => 0
- 066 0373 Salamence 1 => 0
- 067 0376 Metagross 1 => 0
- 068 0428 Lopunny 1 => 0
- 069 0445 Garchomp 1 => 0
- 070 0448 Lucario 1 => 0
- 071 0460 Abomasnow 1 => 0
- 072 0475 Gallade 1 => 0
- 073 0478 Froslass 1 => 0
- 074 0500 Emboar 1 => 0
- 075 0530 Excadrill 1 => 0
- 076 0531 Audino 1 => 0
- 077 0545 Scolipede 1 => 0
- 078 0560 Scrafty 1 => 0
- 079 0604 Eelektross 1 => 0
- 080 0609 Chandelure 1 => 0
- 081 0668 Pyroar 1 => 0
- 082 0670 Floette 6 => 5
- 083 0687 Malamar 1 => 0
- 084 0689 Barbaracle 1 => 0
- 085 0691 Dragalge 1 => 0
- 086 0701 Hawlucha 1 => 0
- 087 0718 Zygarde 5 => 0
- 088 0719 Diancie 1 => 0
- 089 0780 Drampa 1 => 0
- 090 0870 Falinks 1 => 0
- 091 0652 Chesnaught 1 => 0
- 092 0655 Delphox 1 => 0
- 093 0658 Greninja 3 => 0
Advertisement
Add Comment
Please, Sign In to add comment