mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-20 05:57:57 -05:00
7 lines
186 B
C
7 lines
186 B
C
#ifndef POKEPLATINUM_CONSTANTS_BATTLE_TERRAIN_H
|
|
#define POKEPLATINUM_CONSTANTS_BATTLE_TERRAIN_H
|
|
|
|
#define TERRAIN_SPECIAL TERRAIN_AARON
|
|
|
|
#endif // POKEPLATINUM_CONSTANTS_BATTLE_TERRAIN_H
|