mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 22:28:44 -05:00
14 lines
249 B
C
14 lines
249 B
C
#ifndef GUARD_HELP_SYSTEM_H
|
|
#define GUARD_HELP_SYSTEM_H
|
|
|
|
#include "global.h"
|
|
|
|
extern bool8 gUnknown_3005ECC;
|
|
|
|
void sub_812B1E0(u16);
|
|
void sub_812B484(void);
|
|
void HelpSystem_SetSomeVariable2(u8);
|
|
void sub_812B478(void);
|
|
|
|
#endif //GUARD_HELP_SYSTEM_H
|