diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-01 22:32:50 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-01 22:32:50 -0500 |
commit | 3ceb1667c9b5e81934c7d608efc08905f21c372e (patch) | |
tree | 345a20d3189cfbf8ad00824f16872883dfdb1975 /src/normal.c | |
parent | 3b04cfa437b093a21cdc5021843b5f52a124861e (diff) |
Reduce externs
Diffstat (limited to 'src/normal.c')
-rw-r--r-- | src/normal.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/normal.c b/src/normal.c index 87c8792f1..cbf0caa83 100644 --- a/src/normal.c +++ b/src/normal.c @@ -5,6 +5,7 @@ #include "task.h" #include "trig.h" #include "constants/rgb.h" +#include "flying.h" void AnimConfusionDuck(struct Sprite *); void AnimSimplePaletteBlend(struct Sprite *); @@ -36,8 +37,6 @@ static void sub_81162F8(u8); static void sub_81163D0(struct Sprite *); static void sub_81165E4(struct Sprite *); -extern void sub_810E2C8(struct Sprite *); - const union AnimCmd gUnknown_0859722C[] = { ANIMCMD_FRAME(0, 8), |