diff options
Diffstat (limited to 'scripts/SaffronGym.asm')
-rwxr-xr-x | scripts/SaffronGym.asm | 4 |
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 |