diff options
Diffstat (limited to 'audio/pokedex_rating_sfx.asm')
-rw-r--r-- | audio/pokedex_rating_sfx.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pokedex_rating_sfx.asm b/audio/pokedex_rating_sfx.asm index f3aace8a..1b5dc4f0 100644 --- a/audio/pokedex_rating_sfx.asm +++ b/audio/pokedex_rating_sfx.asm @@ -1,5 +1,5 @@ PlayPokedexRatingSfx:: - ld a, [$ffdc] + ld a, [hDexRatingNumMonsOwned] ld c, $0 ld hl, OwnedMonValues .getSfxPointer |