Skip to content

Commit

Permalink
Merge pull request smogon#395 from Layell/patch-12
Browse files Browse the repository at this point in the history
CAP: Naviathan model addition and render update
  • Loading branch information
Zarel committed Jun 5, 2015
2 parents ccf27f1 + 2da9da6 commit ee4de5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/pokedex-mini.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ BattlePokemonSprites = {
"malaconda": {num:-16},
"cawmodore": {num:-17},
"volkraken": {num:-18},
"plasmanta": {num:-19, front:{ani:{w:130,h:89}}, back:{ani:{w:129,h:95}}},
"plasmanta": {num:-19, front:{ani:{w:143,h:105}}, back:{ani:{w:141,h:140}}},
"naviathan": {num:-20, front:{ani:{w:141,h:119}}, back:{ani:{w:146,h:111}}},
"bulbasaur": {num:1, front:{ani:{w:45,h:49}}, back:{ani:{w:52,h:50}}},
"ivysaur": {num:2, front:{ani:{w:84,h:66}}, back:{ani:{w:76,h:68}}},
"venusaur": {num:3, front:{ani:{w:106,h:77}}, back:{ani:{w:95,h:78}}},
Expand Down

0 comments on commit ee4de5e

Please sign in to comment.