From 6b2a873071ae9526d25b784e2d667c48c7d296c1 Mon Sep 17 00:00:00 2001 From: Bassoonian Date: Sun, 23 Apr 2023 20:41:19 +0200 Subject: [PATCH] Add comment in Ice Beam --- src/data/battle_moves.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data/battle_moves.h b/src/data/battle_moves.h index a1cc695059..9473bae71c 100644 --- a/src/data/battle_moves.h +++ b/src/data/battle_moves.h @@ -986,6 +986,8 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_Z] = #else .power = 95, #endif + // The following effect is also relevant in battle_pike.c + // If you cherry-pick this to use something other than the config, make sure to update it there too #if B_USE_FROSTBITE == TRUE .effect = EFFECT_FROSTBITE_HIT, #else