diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/debug/mori_debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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}"); |