mirror of
https://github.com/pret/pokefirered.git
synced 2026-09-27 05:55:45 -04: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_44(void);
|
|
void ReshowBattleScreenAfterMenu(void);
|
|
|
|
#endif // GUARD_RESHOW_BATTLE_SCREEN_H
|