mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
7 lines
142 B
C
7 lines
142 B
C
#ifndef GUARD_BERRY_FIX_PROGRAM_H
|
|
#define GUARD_BERRY_FIX_PROGRAM_H
|
|
|
|
void CB2_InitBerryFixProgram(void);
|
|
|
|
#endif // GUARD_BERRY_FIX_PROGRAM_H
|