potentially CLOSES #758

This commit is contained in:
bryanthaboi
2026-08-03 17:08:42 -04:00
parent b831076839
commit 76aab74bf1
5 changed files with 57 additions and 6 deletions
+1 -1
View File
@@ -332,7 +332,7 @@ MoveEffects.primary = {
battle.data.moves[id].name) }
end,
SPLASH_EFFECT = function()
SPLASH_EFFECT = function(battle)
return { romText(battle.data, "_NoEffectText", "No effect!") }
end,
}