PKHeX/PKHeX.WinForms/Subforms/Save Editors/Gen3
Kurt a9ff3aceaa Fix Navel Rock clearing issue
Closes #1090
Saving of the Battle Frontier symbols is clearing the flag

block2 ofs 0x40C = Navel Rock
block2 ofs 0x408 = symbols

bitconverter getbytes was fed an Int64 due to bit shifting ints and
uints. Forcibly cast to uint to keep only 32 bits -> intended behavior.

sneak in RNG readonly
2017-04-23 12:07:45 -07:00
..
SAV_Misc3.cs Fix Navel Rock clearing issue 2017-04-23 12:07:45 -07:00
SAV_Misc3.Designer.cs add Gen3(Em) BattleFrontiers 2017-04-16 15:59:16 +09:00
SAV_Misc3.resx Add misc info editor for gen3 2017-03-09 19:38:57 -08:00
SAV_RTC3.cs Improve visual interactivity with storage slots 2017-04-13 23:05:19 -07:00
SAV_RTC3.Designer.cs Add RTC Editor for Gen3 2017-04-13 19:11:01 -07:00
SAV_RTC3.resx Add RTC Editor for Gen3 2017-04-13 19:11:01 -07:00