Search the Community
Showing results for tags 'c#'.
-
GitHub Source Code Download Latest Release About This tool aims to make past Mystery Gift event contents back again in all the Pokémon games for Nintendo Switch. Since those games won't allow event injection in the SAV file, this tool creates a forged BCAT package, injectable with hom...
- 175 replies
-
- 10
-
-
Tera Finder allows users to view, edit and calculate Raids and Mass Outbreaks for Scarlet & Violet, by loading a Save File or by Live RAM reading/editing. Both a standalone program and a PKHeX plugin are available for use. The .NET Desktop Runtime 8.0 is required for this tool to work! Com...
-
The problem is that I cant get the bits from 0x38-0x3B Might you help me please :smile: Im using this code for pokémon ID UInt16 pkmID = BitConverter.ToUInt16(pkm, 8); This code works fine :smile: for stats im using this code; UInt32 Stats = BitConverter.ToUInt32(pkm, (0x38 << 0)); This code...