diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-14 10:21:18 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-14 13:32:09 -0400 |
commit | f37cf959c930ae9595f9f71ce0d9b17dcf5421d0 (patch) | |
tree | 33cc0d34fec73e972f4fb040b8b31f59b7e69805 /engine/gfx | |
parent | aa97e196dd5b37e89db5ddf154dc7aea9b02a045 (diff) |
Clean up some data, using macros for multiline list entries
Diffstat (limited to 'engine/gfx')
-rwxr-xr-x | engine/gfx/palettes.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/gfx/palettes.asm b/engine/gfx/palettes.asm index 23203374..f724a8a9 100755 --- a/engine/gfx/palettes.asm +++ b/engine/gfx/palettes.asm @@ -208,7 +208,7 @@ SetPal_TrainerCard: ld de, BadgeBlkDataLengths ld hl, wTrainerCardBlkPacket + 2 ld a, [wObtainedBadges] - ld c, 8 + ld c, NUM_BADGES .badgeLoop srl a push af |