diff options
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |