diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-11-19 09:42:43 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-19 09:42:43 -0600 |
commit | 8f2ddf2997041bc813a32ac604002fcbb987e3a0 (patch) | |
tree | 222397efa311c2d881c205b2b149dc2e465c47c1 /src/scanline_effect.c | |
parent | 963989d760a09eab46607efe1cbc1029f00e1842 (diff) | |
parent | 72f0a079a9221e314e7eecf0e920313bf83d32ac (diff) |
Merge pull request #390 from huderlem/battle_anim_utility_funcs
Decompile all of battle_anim_utility_funcs
Diffstat (limited to 'src/scanline_effect.c')
-rw-r--r-- | src/scanline_effect.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/scanline_effect.c b/src/scanline_effect.c index 148e053fc..a9ae9427b 100644 --- a/src/scanline_effect.c +++ b/src/scanline_effect.c @@ -1,4 +1,5 @@ #include "global.h" +#include "battle.h" #include "data2.h" #include "task.h" #include "trig.h" @@ -7,15 +8,6 @@ static void CopyValue16Bit(void); static void CopyValue32Bit(void); -extern u16 gBattle_BG0_Y; -extern u16 gBattle_BG0_X; -extern u16 gBattle_BG1_X; -extern u16 gBattle_BG1_Y; -extern u16 gBattle_BG2_X; -extern u16 gBattle_BG2_Y; -extern u16 gBattle_BG3_X; -extern u16 gBattle_BG3_Y; - // EWRAM vars // Per-scanline register values. |