mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 04:23:14 -05:00
10 lines
172 B
C
10 lines
172 B
C
#ifndef GUARD_QUEST_LOG_BATTLE_H
|
|
#define GUARD_QUEST_LOG_BATTLE_H
|
|
|
|
#include "global.h"
|
|
|
|
void sub_812BFDC(void);
|
|
void sub_812C224(void);
|
|
|
|
#endif // GUARD_QUEST_LOG_BATTLE_H
|