From 8936ab18705b2a514a617c6118cf53a074ca4eda Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Tue, 27 May 2025 12:33:45 -0500 Subject: [PATCH] Update src/ui/battle-info/battle-info.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/ui/battle-info/battle-info.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui/battle-info/battle-info.ts b/src/ui/battle-info/battle-info.ts index 0ded38b4a76..b3fd3e241ad 100644 --- a/src/ui/battle-info/battle-info.ts +++ b/src/ui/battle-info/battle-info.ts @@ -410,7 +410,8 @@ export default abstract class BattleInfo extends Phaser.GameObjects.Container { //#region Update methods and helpers - /** Update the status icon to match the pokemon's current status + /** + * Update the status icon to match the pokemon's current status * @param pokemon - The pokemon object attached to this battle info * @param xOffset - The offset from the name text */