mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 22:28:44 -05:00
10 lines
166 B
C
10 lines
166 B
C
#ifndef GUARD_CEREADER_TOOL_H
|
|
#define GUARD_CEREADER_TOOL_H
|
|
|
|
#include "global.h"
|
|
|
|
bool32 sub_815D794(u8 *);
|
|
bool32 sub_815D6B4(u8 *);
|
|
|
|
#endif //GUARD_CEREADER_TOOL_H
|