diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-04-10 13:11:19 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-04-10 13:11:19 -0700 |
commit | 9179520b3802f7b2ed74fd930a95bb577c2c06f0 (patch) | |
tree | f34368a86cca8be1ae4f115dd9b3d2da1fb9cc4c /src/field_effect_helpers.c | |
parent | 49a7fe02416b0e5b2287c2fd4dbc979bc711457d (diff) |
Document/cleanup fldeff_secretpower.c
Diffstat (limited to 'src/field_effect_helpers.c')
-rw-r--r-- | src/field_effect_helpers.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/field_effect_helpers.c b/src/field_effect_helpers.c index 216f39d62..be7bcec27 100644 --- a/src/field_effect_helpers.c +++ b/src/field_effect_helpers.c @@ -2,13 +2,14 @@ #include "sprite.h" #include "fieldmap.h" #include "metatile_behavior.h" -#include "constants/songs.h" #include "sound.h" #include "event_object_movement.h" #include "field_camera.h" #include "field_weather.h" #include "field_effect.h" #include "field_effect_helpers.h" +#include "constants/field_effects.h" +#include "constants/songs.h" static void sub_81269E0(struct Sprite *); static void npc_pal_op(struct MapObject *mapObject, struct Sprite *sprite); |