mirror of
https://github.com/pret/pokefirered.git
synced 2026-03-22 01:35:52 -05:00
7 lines
141 B
C
7 lines
141 B
C
#ifndef GUARD_BERRY_FIX_PROGRAM_H
|
|
#define GUARD_BERRY_FIX_PROGRAM_H
|
|
|
|
void CB2_InitBerryFixProgram(void);
|
|
|
|
#endif //GUARD_BERRY_FIX_PROGRAM_H
|