PKHeX/PKHeX.WinForms
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
..
MainWindow add G4 BattleFrontier controls 2017-04-22 21:40:02 +09:00
Misc Refactor qr server fetch & add notification 2017-03-10 20:35:18 -08:00
Properties Add setting for unset changes notification 2017-03-22 18:02:05 -07:00
Subforms Fix Navel Rock clearing issue 2017-04-23 12:07:45 -07:00
Util Fix party only battle form legality check 2017-04-14 17:49:13 -07:00
App.config Add setting for unset changes notification 2017-03-22 18:02:05 -07:00
icon.ico Split winforms to separate project 2017-01-07 23:54:09 -08:00
PKHeX.WinForms.csproj Add RTC Editor for Gen3 2017-04-13 19:11:01 -07:00
Program.cs Tabs -> Spaces & Typo 2017-02-13 19:55:02 +01:00
Settings.cs Split winforms to separate project 2017-01-07 23:54:09 -08:00