1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-01-25 12:50:17 +01:00
2019-11-07 18:24:04 -06:00

14 lines
385 B
C

#ifndef GUARD_BATTLE_BG_H
#define GUARD_BATTLE_BG_H
void BattleInitBgsAndWindows(void);
void InitBattleBgsVideo(void);
void LoadBattleMenuWindowGfx(void);
void DrawMainBattleBackground(void);
void LoadBattleTextboxAndBackground(void);
void InitLinkBattleVsScreen(u8 taskId);
void DrawBattleEntryBackground(void);
bool8 LoadChosenBattleElement(u8 caseId);
#endif // GUARD_BATTLE_BG_H