summaryrefslogtreecommitdiff
path: root/src/playerItem/playerItemDashSword.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/playerItem/playerItemDashSword.c')
-rw-r--r--src/playerItem/playerItemDashSword.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/playerItem/playerItemDashSword.c b/src/playerItem/playerItemDashSword.c
index 0256561c..f12237d2 100644
--- a/src/playerItem/playerItemDashSword.c
+++ b/src/playerItem/playerItemDashSword.c
@@ -5,8 +5,10 @@
* @brief Dash Sword Player Item
*/
#include "entity.h"
-#include "functions.h"
#include "player.h"
+#include "vram.h"
+#include "collision.h"
+#include "asm.h"
extern Entity* DoTileInteractionOffset(Entity*, u32, s32, s32);