summaryrefslogtreecommitdiff
path: root/src/enemy/bobomb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/enemy/bobomb.c')
-rw-r--r--src/enemy/bobomb.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/enemy/bobomb.c b/src/enemy/bobomb.c
index f1ae158b..0fc89c5c 100644
--- a/src/enemy/bobomb.c
+++ b/src/enemy/bobomb.c
@@ -7,9 +7,11 @@
#include "asm.h"
#include "collision.h"
#include "enemy.h"
-#include "functions.h"
-#include "object.h"
#include "sound.h"
+#include "effects.h"
+#include "object.h"
+#include "physics.h"
+#include "player.h"
typedef struct {
/*0x00*/ Entity base;
@@ -177,7 +179,7 @@ void sub_0802C91C(BobombEntity* this) {
sub_0802CBC4(this);
} else {
if ((super->timer & 0xf) == 8) {
- CreateDustSmall(super);
+ CreateDashFx(super);
}
sub_0802CC18(this);
}