pokedex on every species is broken
Closed this issue · 0 comments
Sayakie commented
Why..
Lines 93 to 121 in ce84c06
public static readonly MissingNo = this.#impl.of(0, `MissingNo`) | |
public static readonly Bulbasaur = this.#impl.of(1, `Bulbasaur`) | |
public static readonly Ivysaur = this.#impl.of(2, `Ivysaur`) | |
public static readonly Venusaur = this.#impl.of(3, `Venusaur`) | |
public static readonly Charmander = this.#impl.of(4, `Charmander`) | |
public static readonly Charmeleon = this.#impl.of(5, `Charmeleon`) | |
public static readonly Charizard = this.#impl.of(6, `Charizard`) | |
public static readonly Squirtle = this.#impl.of(7, `Squirtle`) | |
public static readonly Wartortle = this.#impl.of(8, `Wartortle`) | |
public static readonly Blastoise = this.#impl.of(9, `Blastoise`) | |
public static readonly Caterpie = this.#impl.of(0, `Caterpie`) | |
public static readonly Metapod = this.#impl.of(1, `Metapod`) | |
public static readonly Butterfree = this.#impl.of(2, `Butterfree`) | |
public static readonly Weedle = this.#impl.of(3, `Weedle`) | |
public static readonly Kakuna = this.#impl.of(4, `Kakuna`) | |
public static readonly Beedrill = this.#impl.of(5, `Beedrill`) | |
public static readonly Pidgey = this.#impl.of(6, `Pidgey`) | |
public static readonly Pidgeotto = this.#impl.of(7, `Pidgeotto`) | |
public static readonly Pidgeot = this.#impl.of(8, `Pidgeot`) | |
public static readonly Rattata = this.#impl.of(9, `Rattata`) | |
public static readonly Raticate = this.#impl.of(0, `Raticate`) | |
public static readonly Spearow = this.#impl.of(1, `Spearow`) | |
public static readonly Fearow = this.#impl.of(2, `Fearow`) | |
public static readonly Ekans = this.#impl.of(3, `Ekans`) | |
public static readonly Arbok = this.#impl.of(4, `Arbok`) | |
public static readonly Pikachu = this.#impl.of(5, `Pikachu`) | |
public static readonly Raichu = this.#impl.of(6, `Raichu`) | |
public static readonly Sandshrew = this.#impl.of(7, `Sandshrew`) | |
public static readonly Sandslash = this.#impl.of(8, `Sandslash`) |