mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-20 16:56:41 -05:00
Change array type specification
Defaulted to int; best to play it safe.
This commit is contained in:
@@ -592,7 +592,7 @@ private void changeStatVal(object sender, EventArgs e)
|
||||
}
|
||||
private void giveAllAccessories(object sender, EventArgs e)
|
||||
{
|
||||
new[]
|
||||
new byte[]
|
||||
{
|
||||
0xFE,0xFF,0xFF,0x7E,0xFF,0xFD,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
|
||||
0xFF,0xEF,0xFF,0xFF,0xFF,0xF9,0xFF,0xFB,0xFF,0xF7,0xFF,0xFF,0x0F,0x00,0x00,0x00,
|
||||
|
||||
Reference in New Issue
Block a user