remove duplicate extern in dungeon_items.c

This commit is contained in:
DizzyEggg
2025-03-18 10:24:11 +01:00
committed by GitHub
parent c06beb68b7
commit ffb243e9f3

View File

@@ -49,7 +49,6 @@ extern const u8 *const gItemFellOutOfSight;
extern const u8 *const gItemFellInWater;
extern const u8 *const gItemBuried;
extern const u8 *gSeveralItemsLost;
extern const u8 *gItemLost;
extern const u8 *gAllItemsLost;
extern void sub_80416E0(PixelPos *r0, u32, bool8);