Master to upcoming merge, 20/06/25 (#7169)

This commit is contained in:
Bassoonian
2025-06-23 10:04:44 +02:00
committed by GitHub
49 changed files with 500 additions and 475 deletions

View File

@@ -1255,7 +1255,7 @@ const struct BattleMoveEffect gBattleMoveEffects[NUM_BATTLE_MOVE_EFFECTS] =
[EFFECT_MIRACLE_EYE] =
{
.battleScript = BattleScript_EffectMircleEye,
.battleScript = BattleScript_EffectMiracleEye,
.battleTvScore = 0, // TODO: Assign points
.encourageEncore = TRUE,
},