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/title_screen.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/title_screen.c')
-rw-r--r-- | src/title_screen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/title_screen.c b/src/title_screen.c index 40e0f5b2f..70a1a3449 100644 --- a/src/title_screen.c +++ b/src/title_screen.c @@ -1,4 +1,5 @@ #include "global.h" +#include "battle.h" #include "title_screen.h" #include "sprite.h" #include "gba/m4a_internal.h" @@ -37,8 +38,6 @@ #define A_B_START_SELECT (A_BUTTON | B_BUTTON | START_BUTTON | SELECT_BUTTON) extern struct MusicPlayerInfo gMPlayInfo_BGM; -extern u16 gBattle_BG1_X; -extern u16 gBattle_BG1_Y; // this file's functions static void MainCB2(void); |