mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 22:18:41 -05:00
11 lines
199 B
C
11 lines
199 B
C
#ifndef GUARD_QUEST_LOG_PLAYER_H
|
|
#define GUARD_QUEST_LOG_PLAYER_H
|
|
|
|
#include "global.h"
|
|
|
|
void sub_8150454(void);
|
|
bool32 sub_8150474(u8 a0);
|
|
void sub_8150498(u8 a0);
|
|
|
|
#endif //GUARD_QUEST_LOG_PLAYER_H
|