Skip to content

Commit

Permalink
BugFix - CRY does not play correctly in Pokedex
Browse files Browse the repository at this point in the history
SoupPotato committed Jan 2, 2024
1 parent 082c251 commit d851cb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engine/pokedex/pokedex.asm
Original file line number Diff line number Diff line change
@@ -466,7 +466,8 @@ DexEntryScreen_MenuActionJumptable:

.Cry:
ld a, [wCurPartySpecies]
jp PlayCry
call PlayMonCry
ret

.Print:
call Pokedex_ApplyPrintPals

0 comments on commit d851cb5

Please sign in to comment.