diff options
Diffstat (limited to 'data/events')
| -rw-r--r-- | data/events/pokedex_ratings.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/events/pokedex_ratings.asm b/data/events/pokedex_ratings.asm index 2a0488603..3ac7a0da9 100644 --- a/data/events/pokedex_ratings.asm +++ b/data/events/pokedex_ratings.asm @@ -1,6 +1,7 @@ rating: MACRO ; count, sfx, text - dbww \1, \2, \3 + db \1 + dw \2, \3 ENDM OakRatings: |
