diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-10-13 12:44:23 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-10-13 12:44:23 -0500 |
commit | a26380663c5acc636fb8c163c014187129afae8f (patch) | |
tree | 79eb899d0c0e3281a11f1d447879090dc208ef80 /include/constants/battle.h | |
parent | 35c69388140243c391b925fd8b9012d2d1703810 (diff) | |
parent | a2a6700966cc802185577e44ba88a9154429c93b (diff) |
Merge branch 'master' of github.com:pret/pokeemerald
Diffstat (limited to 'include/constants/battle.h')
-rw-r--r-- | include/constants/battle.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/constants/battle.h b/include/constants/battle.h index 25544ba3d..acb0f6689 100644 --- a/include/constants/battle.h +++ b/include/constants/battle.h @@ -281,4 +281,16 @@ #define MOVE_EFFECT_AFFECTS_USER 0x40 #define MOVE_EFFECT_CERTAIN 0x80 +// Battle terrain defines for gBattleTerrain. +#define BATTLE_TERRAIN_GRASS 0 +#define BATTLE_TERRAIN_LONG_GRASS 1 +#define BATTLE_TERRAIN_SAND 2 +#define BATTLE_TERRAIN_UNDERWATER 3 +#define BATTLE_TERRAIN_WATER 4 +#define BATTLE_TERRAIN_POND 5 +#define BATTLE_TERRAIN_MOUNTAIN 6 +#define BATTLE_TERRAIN_CAVE 7 +#define BATTLE_TERRAIN_BUILDING 8 +#define BATTLE_TERRAIN_PLAIN 9 + #endif // GUARD_CONSTANTS_BATTLE_H |