From d73877d76e564888c322ee25cc1cf6c76c6123f4 Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 25 Jan 2025 14:51:40 -0500 Subject: [PATCH] Fixed Matcha Gotcha healing move flag --- src/data/moves_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/moves_info.h b/src/data/moves_info.h index 12b87394e547..c876100a994d 100644 --- a/src/data/moves_info.h +++ b/src/data/moves_info.h @@ -20363,7 +20363,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] = .argument = { .absorbPercentage = 50 }, .thawsUser = TRUE, .metronomeBanned = TRUE, - .healingMove = B_EXTRAPOLATED_MOVE_FLAGS, + .healingMove = TRUE, .additionalEffects = ADDITIONAL_EFFECTS({ .moveEffect = MOVE_EFFECT_BURN, .chance = 20,