diff options
Diffstat (limited to 'src/itemUtils.c')
| -rw-r--r-- | src/itemUtils.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/itemUtils.c b/src/itemUtils.c index 1de52066..a57ad013 100644 --- a/src/itemUtils.c +++ b/src/itemUtils.c @@ -9,8 +9,14 @@ #include "sound.h" #include "save.h" #include "object.h" +#include "asm.h" +#include "common.h" +#include "room.h" +#include "physics.h" +#include "player.h" #include "enemy.h" #include "message.h" +#include "ui.h" const Wallet gWalletSizes[] = { { 100, 0xf060 }, |
