junebug12851/pokered-save-editor

View on GitHub
src/app/data/savefile-expanded/sections/Player/PlayerPokemon.ts

Summary

Maintainability
A
0 mins
Test Coverage

Showing 5 of 5 total issues

Missing semicolon
Open

)

missing whitespace
Open

if(this.playerParty.length >= 6)

if statements must be braced
Open

if (saveFile !== undefined)
this.load(saveFile as SaveFileService);

if statements must be braced
Open

if(this.playerParty.length >= 6)
return;

Identifier 'speciesOffset' is never reassigned; use 'const' instead of 'let'.
Open

let speciesOffset = 0x2F2D + this.playerParty.length;
Category
Status