Merge pull request #1782 from LOuroboros/patch-2

Removed unused extern declaration of old gUnknown func
This commit is contained in:
GriffinR 2022-09-13 14:51:20 -04:00 committed by GitHub
commit 509f1d59cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@
#include "constants/items.h" #include "constants/items.h"
#include "constants/hold_effects.h" #include "constants/hold_effects.h"
extern u16 gUnknown_0203CF30[];
// this file's functions // this file's functions
static bool8 CheckPyramidBagHasItem(u16 itemId, u16 count); static bool8 CheckPyramidBagHasItem(u16 itemId, u16 count);
static bool8 CheckPyramidBagHasSpace(u16 itemId, u16 count); static bool8 CheckPyramidBagHasSpace(u16 itemId, u16 count);