summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-04-06 12:53:53 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-04-06 12:53:53 -0400
commit662c8db99e3ef22c611e7ce9a16b628c04972229 (patch)
tree0ea5bc3ad4b4f5a7fbd77cb203c7ec98a295f335 /include
parent6ecd9dd943a22f7f090f3b272dbc8a6e04039199 (diff)
Fix tile encounter name
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,
};