From d40d2d9372bdd99ec8f0d8608da9c31d02472f87 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 4 Nov 2016 21:30:42 -0700 Subject: make item quantity u16 --- include/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/global.h') diff --git a/include/global.h b/include/global.h index e90a5797e..bbae9faf9 100644 --- a/include/global.h +++ b/include/global.h @@ -110,7 +110,7 @@ struct WarpData struct ItemSlot { u16 itemId; - u8 quantity; + u16 quantity; }; struct Pokeblock -- cgit v1.2.3