import from github
This commit is contained in:
13
include/battle_bg.h
Normal file
13
include/battle_bg.h
Normal file
@ -0,0 +1,13 @@
|
||||
#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
|
Reference in New Issue
Block a user