From 686f5d27232ec9a9e33ba3a653aa9149c30a42ee Mon Sep 17 00:00:00 2001 From: Roshan Padaki Date: Sun, 22 Oct 2023 00:05:41 -0400 Subject: [PATCH] fix unk macro 3d --- src/data/pokemon_mail.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/pokemon_mail.h b/src/data/pokemon_mail.h index 792de0133..90fb4a6a0 100644 --- a/src/data/pokemon_mail.h +++ b/src/data/pokemon_mail.h @@ -1790,8 +1790,8 @@ ALIGNED(4) static const u8 sWondersText[] = _( ALIGNED(4) static const u8 sWondersHeadline[] = _("#16 Seven Wonders of Pokémon"); ALIGNED(4) static const u8 sPollText[] = _( - "{COLOR_1 YELLOW}First{UNK_MACRO_3D M3D_50}Gravelerock{END_COLOR_TEXT_1}\n" - "{COLOR_1 YELLOW}Second{UNK_MACRO_3D M3D_50}Oran Berry{END_COLOR_TEXT_1}\n" + "{COLOR_1 YELLOW}First{UNK_MACRO_3D_50}Gravelerock{END_COLOR_TEXT_1}\n" + "{COLOR_1 YELLOW}Second{UNK_MACRO_3D_50}Oran Berry{END_COLOR_TEXT_1}\n" "In a nationwide survey involving rescue\n" "teams{COMMA} the most popular item was found to\n" "be {COLOR_1 GREEN}Gravelerocks{END_COLOR_TEXT_1}. According to Sudowoodo\n"