diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/global.fieldmap.h | 2 |
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, }; |