1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-03-22 05:28:33 +01:00
pokeemerald/include/reshow_battle_screen.h

8 lines
191 B
C
Raw Normal View History

2017-09-25 00:09:13 +02:00
#ifndef GUARD_RESHOW_BATTLE_SCREEN_H
#define GUARD_RESHOW_BATTLE_SCREEN_H
2021-01-22 20:03:21 -05:00
void ReshowBattleScreenDummy(void);
2017-09-25 00:09:13 +02:00
void ReshowBattleScreenAfterMenu(void);
#endif // GUARD_RESHOW_BATTLE_SCREEN_H