mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-24 14:57:07 -05:00
10 lines
199 B
C
10 lines
199 B
C
#ifndef GUARD_RESHOW_BATTLE_SCREEN_H
|
|
#define GUARD_RESHOW_BATTLE_SCREEN_H
|
|
|
|
#include "global.h"
|
|
|
|
void nullsub_35(void);
|
|
void ReshowBattleScreenAfterMenu(void);
|
|
|
|
#endif // GUARD_RESHOW_BATTLE_SCREEN_H
|