Skip to content

Commit

Permalink
Fix PlayCry for Bill's PC
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Apr 20, 2024
1 parent 5562ec5 commit 9a848bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions engine/menus/pokedex.asm
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,13 @@ ShowPokedexDataInternal:
call GetMonHeader ; load pokemon picture location
hlcoord 1, 1
call LoadFlippedFrontSpriteByMonIndex ; draw pokemon picture

ld a, [wd11e]
push af
ld a, [wcf91]
call PlayCry ; play pokemon cry
pop af
ld [wd11e], a

pop hl
pop de
Expand Down

0 comments on commit 9a848bd

Please sign in to comment.