From 693084e947a89509dffdd4e8d66f8cca1da4c818 Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 20 Nov 2015 22:13:15 -0800 Subject: [PATCH] Change array type specification Defaulted to int; best to play it safe. --- SAV/SAV_Trainer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAV/SAV_Trainer.cs b/SAV/SAV_Trainer.cs index f1ef31c02..58201b282 100644 --- a/SAV/SAV_Trainer.cs +++ b/SAV/SAV_Trainer.cs @@ -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,