summaryrefslogtreecommitdiff
path: root/scripts/CeladonGym.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/CeladonGym.asm')
-rwxr-xr-xscripts/CeladonGym.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/CeladonGym.asm b/scripts/CeladonGym.asm
index 21ba65d9..cecd6bf7 100755
--- a/scripts/CeladonGym.asm
+++ b/scripts/CeladonGym.asm
@@ -61,9 +61,9 @@ CeladonGymText_48963:
call DisplayTextID
.gymVictory
ld hl, wObtainedBadges
- set 3, [hl]
+ set BIT_RAINBOWBADGE, [hl]
ld hl, wBeatGymFlags
- set 3, [hl]
+ set BIT_RAINBOWBADGE, [hl]
; deactivate gym trainers
SetEventRange EVENT_BEAT_CELADON_GYM_TRAINER_0, EVENT_BEAT_CELADON_GYM_TRAINER_6