summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-04-07 11:05:48 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-04-07 11:05:48 -0400
commitfedb2f5c0bd4b57b067d9057e25f9430467fd0f5 (patch)
tree66d8085a034f01c80e2430dfeb9b650814c1350e /include
parent1f113498c9405494b4f34da0682deb06304ddfbe (diff)
parent7693c90e670da8fa680153ab92f2a350815b7999 (diff)
Merge branch 'master' of github.com:pret/pokefirered into modern_gcc
Diffstat (limited to 'include')
-rw-r--r--include/global.fieldmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h
index 5fa15b95a..fceec9daf 100644
--- a/include/global.fieldmap.h
+++ b/include/global.fieldmap.h
@@ -28,7 +28,7 @@ enum
enum
{
TILE_ENCOUNTER_NONE,
- TILE_ENCOUNTER_GRASS,
+ TILE_ENCOUNTER_LAND,
TILE_ENCOUNTER_WATER,
};