aboutsummaryrefslogtreecommitdiffstats
path: root/engine/cable_club.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-08-12 22:14:31 -0700
committerYamaArashi <shadow962@live.com>2015-08-12 22:14:31 -0700
commit132d0367522b7acce602b146ca69bfad87ef96c6 (patch)
treedc13049a6ca810ab3368ce7a7942cc50659f54d1 /engine/cable_club.asm
parentcommented SGB palette stuff (diff)
downloadpokeyellow-132d0367522b7acce602b146ca69bfad87ef96c6.tar.gz
pokeyellow-132d0367522b7acce602b146ca69bfad87ef96c6.tar.xz
pokeyellow-132d0367522b7acce602b146ca69bfad87ef96c6.zip
named more variables
Diffstat (limited to 'engine/cable_club.asm')
-rwxr-xr-xengine/cable_club.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/cable_club.asm b/engine/cable_club.asm
index 0759bd11..465561ca 100755
--- a/engine/cable_club.asm
+++ b/engine/cable_club.asm
@@ -836,7 +836,7 @@ TradeCenter_Trade:
call ClearScreen
call LoadHpBarAndStatusTilePatterns
xor a
- ld [wcc5b], a
+ ld [wUnusedCC5B], a
ld a, [hSerialConnectionStatus]
cp USING_EXTERNAL_CLOCK
jr z, .usingExternalClock