Skip to content

Commit

Permalink
Add sprite indexes for Ababo and Scattervein (#2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV authored Aug 14, 2023
1 parent b8c64b3 commit e229e89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/battle-dex-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,8 @@ const BattlePokemonIconIndexes: {[id: string]: number} = {
miasmite: 1488 + 32,
dorsoil: 1488 + 33,
saharascal: 1488 + 34,
ababo: 1488 + 35,
scattervein: 1488 + 36,
};

const BattlePokemonIconIndexesLeft: {[id: string]: number} = {
Expand Down

0 comments on commit e229e89

Please sign in to comment.