10 lines
209 B
C
10 lines
209 B
C
#ifndef GUARD_BATTLE_BG_H
|
|
#define GUARD_BATTLE_BG_H
|
|
|
|
void sub_800F34C(void);
|
|
void DrawBattleEntryBackground(void);
|
|
void sub_800F6FC(u8 taskId);
|
|
void LoadBattleMenuWindowGfx(void);
|
|
|
|
#endif // GUARD_BATTLE_BG_H
|