diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-08 16:50:52 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-09 03:01:10 -0400 |
commit | d8e65fc4b669fb0115615299b1255723e9f8397d (patch) | |
tree | bdc93d89ccb0b453a1294f3a24e2e8a82030e256 /src/battle_gfx_sfx_util.c | |
parent | 31b501e7eb6ba15602dd13f6a2d728fca9f04ca5 (diff) |
More battle doc, add battle window ids
Diffstat (limited to 'src/battle_gfx_sfx_util.c')
-rw-r--r-- | src/battle_gfx_sfx_util.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/battle_gfx_sfx_util.c b/src/battle_gfx_sfx_util.c index 6c4f1473c..77c50dc18 100644 --- a/src/battle_gfx_sfx_util.c +++ b/src/battle_gfx_sfx_util.c @@ -26,10 +26,6 @@ #include "constants/rgb.h" #include "constants/battle_palace.h" -extern struct MusicPlayerInfo gMPlayInfo_SE1; -extern struct MusicPlayerInfo gMPlayInfo_SE2; -extern struct MusicPlayerInfo gMPlayInfo_BGM; - extern const u8 gBattlePalaceNatureToMoveTarget[]; extern const u8 * const gBattleAnims_General[]; extern const u8 * const gBattleAnims_Special[]; |