Skip to content

Commit

Permalink
Added support for new raid bosses (#2367)
Browse files Browse the repository at this point in the history
* Added support for new raid bosses

* Fix ID82 missing
  • Loading branch information
sirlindqvist authored and sebastienvercammen committed Nov 6, 2017
1 parent 2848a8a commit 5bd6291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ const cryFileTypes = ['wav', 'mp3']
const genderType = ['♂', '♀', '⚲']
const unownForm = ['unset', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', '!', '?']
const pokemonWithImages = [
3, 6, 9, 59, 65, 68, 89, 94, 103, 110, 112, 125, 126, 129, 131, 134,
135, 136, 143, 144, 145, 146, 150, 153, 156, 159, 243, 244, 245, 248, 249
2, 3, 5, 6, 8, 9, 11, 28, 31, 34, 38, 59, 62, 65, 68, 71, 73, 76, 82, 89, 91, 94, 103, 105, 110, 112, 123, 125, 126, 129, 131, 134,
135, 136, 137, 139, 143, 144, 145, 146, 150, 153, 156, 159, 243, 244, 245, 248, 249, 250, 302
]


Expand Down
Binary file modified static01.zip
Binary file not shown.

0 comments on commit 5bd6291

Please sign in to comment.