From b5a38ca77f5ea44619b4dd5bae05d29eede3c5f4 Mon Sep 17 00:00:00 2001 From: Kaz Date: Mon, 8 Jun 2020 05:23:43 -0400 Subject: Fix rev1+. Oops. --- src/debug/mori_debug_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug/mori_debug_menu.c') diff --git a/src/debug/mori_debug_menu.c b/src/debug/mori_debug_menu.c index 7d6553e0e..d5cae8352 100644 --- a/src/debug/mori_debug_menu.c +++ b/src/debug/mori_debug_menu.c @@ -42,7 +42,7 @@ const u8 Text_39B28B[] = _("10000 steps"); const u8 Text_39B297[] = _("MOVE TUTOR"); const u8 Text_39B2A2[] = _("Breed an egg"); const u8 Text_39B2AF[] = _("Long name"); -#if (ENGLISH && REVISION == 0) +#if (ENGLISH && !DEBUG_FIX) const u8 Text_39B2B9[] = _("ポロックけす"); #else const u8 Text_39B2B9[] = _("Delete {POKEBLOCK}"); -- cgit v1.2.3