summaryrefslogtreecommitdiff
path: root/scripts/SaffronGym.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-14 10:21:18 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-14 13:32:09 -0400
commitf37cf959c930ae9595f9f71ce0d9b17dcf5421d0 (patch)
tree33cc0d34fec73e972f4fb040b8b31f59b7e69805 /scripts/SaffronGym.asm
parentaa97e196dd5b37e89db5ddf154dc7aea9b02a045 (diff)
Clean up some data, using macros for multiline list entries
Diffstat (limited to 'scripts/SaffronGym.asm')
-rwxr-xr-xscripts/SaffronGym.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/SaffronGym.asm b/scripts/SaffronGym.asm
index 5f4045ac..a6baa45f 100755
--- a/scripts/SaffronGym.asm
+++ b/scripts/SaffronGym.asm
@@ -61,9 +61,9 @@ SaffronGymText_5d068:
call DisplayTextID
.gymVictory
ld hl, wObtainedBadges
- set 5, [hl]
+ set BIT_MARSHBADGE, [hl]
ld hl, wBeatGymFlags
- set 5, [hl]
+ set BIT_MARSHBADGE, [hl]
; deactivate gym trainers
SetEventRange EVENT_BEAT_SAFFRON_GYM_TRAINER_0, EVENT_BEAT_SAFFRON_GYM_TRAINER_6