mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
17 lines
512 B
C
17 lines
512 B
C
#ifndef POKEHEARTGOLD_UNK_02068DE0_H
|
|
#define POKEHEARTGOLD_UNK_02068DE0_H
|
|
|
|
#include "script.h"
|
|
|
|
void InitEcruteakGym(FieldSystem *fsys);
|
|
void InitCianwoodGym(FieldSystem *fsys);
|
|
void InitVermilionGym(FieldSystem *fsys);
|
|
void PlaceVermilionGymSwitches(FieldSystem *fsys);
|
|
void InitVioletGym(FieldSystem *fsys);
|
|
void InitAzaleaGym(FieldSystem *fsys);
|
|
void InitBlackthornGym(FieldSystem *fsys);
|
|
void InitFuchsiaGym(FieldSystem *fsys);
|
|
void InitViridianGym(FieldSystem *fsys);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_02068DE0_H
|