mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 13:47:12 -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_44(void);
|
|
void ReshowBattleScreenAfterMenu(void);
|
|
|
|
#endif // GUARD_RESHOW_BATTLE_SCREEN_H
|