From 662c8db99e3ef22c611e7ce9a16b628c04972229 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Mon, 6 Apr 2020 12:53:53 -0400 Subject: Fix tile encounter name --- include/global.fieldmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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, }; -- cgit v1.2.3