Skip to content

Commit

Permalink
Add encounter icons for gift & gift-egg methods
Browse files Browse the repository at this point in the history
This commit adds icons for the soon-to-be-added gift and gift-egg
encounter methods (veekun/pokedex#238).

The gift icon is from the attack animation for Present in Gen IV
and was manually cropped from
https://cdn.bulbagarden.net/upload/d/de/Present_IV_heal.png.
(I had to shrink it down a bit to get it to fit with the other encounter
method icons; gift-big.png is the original size.)

The egg icon is from pokemon/icons/egg.png in pokedex-media.
  • Loading branch information
magical committed Oct 28, 2018
1 parent 3f9236d commit f053eb9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions splinext/pokedex/controllers/pokedex.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ class PokedexController(PokedexBaseController):
'bridge-spots': 'bridge-spots.png',
'surf-spots': 'water-spots.png',
'super-rod-spots': 'water-spots.png',

'gift': 'gift.png',
'gift-egg': 'egg.png',
}

# Maps condition value identifiers to representative icons
Expand Down
Binary file added splinext/pokedex/public/images/encounters/egg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f053eb9

Please sign in to comment.