diff options
Diffstat (limited to 'src/object/itemForSale.c')
| -rw-r--r-- | src/object/itemForSale.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/object/itemForSale.c b/src/object/itemForSale.c index cb37efd5..61d111f2 100644 --- a/src/object/itemForSale.c +++ b/src/object/itemForSale.c @@ -6,10 +6,13 @@ */ #include "object/itemForSale.h" -#include "functions.h" #include "hitbox.h" -#include "kinstone.h" #include "message.h" +#include "scroll.h" +#include "asm.h" +#include "ui.h" +#include "room.h" +#include "player.h" typedef struct { u8 before[0x20]; |
