From ed030e5b62e809542d949de024c47e666a969698 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Mon, 4 Feb 2019 12:46:04 +0100 Subject: [PATCH] Fix Aurora Veil description --- src/data/text/move_descriptions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/text/move_descriptions.h b/src/data/text/move_descriptions.h index d64e1a7072..8a33ee98ba 100644 --- a/src/data/text/move_descriptions.h +++ b/src/data/text/move_descriptions.h @@ -3196,6 +3196,7 @@ const u8 *const gMoveDescriptionPointers[MOVES_COUNT - 1] = [MOVE_CLANGING_SCALES - 1] = sCLANGING_SCALESDescription, [MOVE_DRAGON_HAMMER - 1] = sDRAGON_HAMMERDescription, [MOVE_BRUTAL_SWING - 1] = sBRUTAL_SWINGDescription, + [MOVE_AURORA_VEIL - 1] = sAURORA_VEILDescription, [MOVE_SHELL_TRAP - 1] = sSHELL_TRAPDescription, [MOVE_FLEUR_CANNON - 1] = sFLEUR_CANNONDescription, [MOVE_PSYCHIC_FANGS - 1] = sPSYCHIC_FANGSDescription,