diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-30 15:51:49 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-30 15:51:49 -0400 |
| commit | ed0a0f71591dd802d6491d57a52040a360cfb406 (patch) | |
| tree | 451a66459fbf02d396ace8e7d88169b3dc59b491 /data/events | |
| parent | b1dbadbdd397cb8c9e85fa48d9184949c921a8f3 (diff) | |
Move the dbbw, dbww, and dbwww macros to legacy
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: |
