diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-04-11 17:08:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-11 17:08:57 -0700 |
commit | ba6f60e4674785e4442232d0dd55bf13b9dab228 (patch) | |
tree | 5016ead4eb1c91971e5e753c326e39edfc3b3714 /src/field_effect_helpers.c | |
parent | 49a7fe02416b0e5b2287c2fd4dbc979bc711457d (diff) | |
parent | 84c89b879501f9a3dbff024e0cd6b01dbacbdabe (diff) |
Merge pull request #593 from huderlem/fieldeffects
Document some field effects
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); |