aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/vermiliongym.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-25 19:26:54 -0700
committerYamaArashi <shadow962@live.com>2015-07-25 19:26:54 -0700
commit93255d6d17fbb3702a0f8670d7ecc2ed627af2a7 (patch)
treed14acaf4efeb96e252c0e195a757ea212b8c69a0 /scripts/vermiliongym.asm
parentmore naming variables (diff)
downloadpokeyellow-93255d6d17fbb3702a0f8670d7ecc2ed627af2a7.tar.gz
pokeyellow-93255d6d17fbb3702a0f8670d7ecc2ed627af2a7.tar.xz
pokeyellow-93255d6d17fbb3702a0f8670d7ecc2ed627af2a7.zip
yet more naming
Diffstat (limited to 'scripts/vermiliongym.asm')
-rwxr-xr-xscripts/vermiliongym.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vermiliongym.asm b/scripts/vermiliongym.asm
index 0282e340..5c504335 100755
--- a/scripts/vermiliongym.asm
+++ b/scripts/vermiliongym.asm
@@ -81,7 +81,7 @@ VermilionGymScript_5caaa: ; 5caaa (17:4aaa)
.asm_5cad3
ld hl, W_OBTAINEDBADGES
set 2, [hl]
- ld hl, wd72a
+ ld hl, wBeatGymFlags
set 2, [hl]
; deactivate gym trainers
@@ -247,7 +247,7 @@ VermilionGymAfterBattleText3: ; 5cbd6 (17:4bd6)
VermilionGymText5: ; 5cbdb (17:4bdb)
TX_ASM
- ld a, [wd72a]
+ ld a, [wBeatGymFlags]
bit 2, a
jr nz, .asm_5cbeb
ld hl, VermilionGymText_5cbf4