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