mirror of
https://github.com/resetes12/pokeemerald
synced 2025-10-06 00:12:45 +02:00
8 lines
191 B
C
Executable File
8 lines
191 B
C
Executable File
#ifndef GUARD_RESHOW_BATTLE_SCREEN_H
|
|
#define GUARD_RESHOW_BATTLE_SCREEN_H
|
|
|
|
void ReshowBattleScreenDummy(void);
|
|
void ReshowBattleScreenAfterMenu(void);
|
|
|
|
#endif // GUARD_RESHOW_BATTLE_SCREEN_H
|