From 136fbb58623f40657a7e96f828d7aef2b366ec37 Mon Sep 17 00:00:00 2001 From: ghoulslash Date: Mon, 20 Sep 2021 21:33:50 -0400 Subject: [PATCH] fix swapped descs --- src/data/text/item_descriptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/text/item_descriptions.h b/src/data/text/item_descriptions.h index 941ff50bb..98328b374 100644 --- a/src/data/text/item_descriptions.h +++ b/src/data/text/item_descriptions.h @@ -1041,7 +1041,7 @@ static const u8 sSootheBellDesc[] = _( "calms spirits and\n" "fosters friendship."); -#ifdef BATTLE_ENGINE +#ifndef BATTLE_ENGINE static const u8 sMentalHerbDesc[] = _( "A hold item that\n" "snaps Pokémon out\n"