diff options
| author | YamaArashi <shadow962@live.com> | 2015-08-12 22:14:31 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-08-12 22:14:31 -0700 |
| commit | 132d0367522b7acce602b146ca69bfad87ef96c6 (patch) | |
| tree | dc13049a6ca810ab3368ce7a7942cc50659f54d1 /engine/cable_club.asm | |
| parent | commented SGB palette stuff (diff) | |
| download | pokeyellow-132d0367522b7acce602b146ca69bfad87ef96c6.tar.gz pokeyellow-132d0367522b7acce602b146ca69bfad87ef96c6.tar.xz pokeyellow-132d0367522b7acce602b146ca69bfad87ef96c6.zip | |
named more variables
Diffstat (limited to 'engine/cable_club.asm')
| -rwxr-xr-x | engine/cable_club.asm | 2 |
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 |
