diff --git a/src/phases/game-over-phase.ts b/src/phases/game-over-phase.ts index f2e57745400..52d0996b946 100644 --- a/src/phases/game-over-phase.ts +++ b/src/phases/game-over-phase.ts @@ -223,8 +223,8 @@ export class GameOverPhase extends BattlePhase { } /** - * Retrieves the session's data to log its TBD - * @returns + * Slightly modified version of {@linkcode GameData.getSessionSaveData}. + * @returns A promise containing the {@linkcode SessionSaveData} */ private async getRunHistoryEntry(): Promise { const preWaveSessionData = await this.scene.gameData.getSession(this.scene.sessionSlotId);