summaryrefslogtreecommitdiff
path: root/src/object/objectA2.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-10-26 20:33:33 -0700
committertheo3 <arisstephenson2@gmail.com>2021-10-26 20:33:33 -0700
commitd29468c30bcf5d786e4d97446d8d3512063c71bc (patch)
treec2b34a84ba0a7e9ccbabf03eaf66092d8695b604 /src/object/objectA2.c
parent3f5449c1a1aed612e5b2c1190699bafef2603241 (diff)
add effects.h
Diffstat (limited to 'src/object/objectA2.c')
-rw-r--r--src/object/objectA2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/object/objectA2.c b/src/object/objectA2.c
index 2cc132fe..73cb101f 100644
--- a/src/object/objectA2.c
+++ b/src/object/objectA2.c
@@ -5,6 +5,7 @@
#include "audio.h"
#include "structures.h"
#include "functions.h"
+#include "effects.h"
void sub_0809F318(Entity*);
void sub_0809F374(Entity*);
@@ -85,7 +86,7 @@ void sub_0809F408(Entity* this) {
switch (this->frames.all) {
case 9:
this->frames.all = 0;
- CreateFx(this, 0x43, 0);
+ CreateFx(this, FX_BIG_EXPLOSION2, 0);
gMenu.field_0x0 = 1;
break;
case 0x80: