aboutsummaryrefslogtreecommitdiffstats
path: root/engine/cable_club.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-08-07 12:39:29 -0700
committerYamaArashi <shadow962@live.com>2015-08-07 12:39:29 -0700
commit40c1ecb4374a83d9511fe2c5fa99704d9cfc521b (patch)
tree400c46f2005706ea7243cb243544be9ca2c51206 /engine/cable_club.asm
parentnamed wram variables (diff)
downloadpokeyellow-40c1ecb4374a83d9511fe2c5fa99704d9cfc521b.tar.gz
pokeyellow-40c1ecb4374a83d9511fe2c5fa99704d9cfc521b.tar.xz
pokeyellow-40c1ecb4374a83d9511fe2c5fa99704d9cfc521b.zip
fixed names
Diffstat (limited to 'engine/cable_club.asm')
-rwxr-xr-xengine/cable_club.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/cable_club.asm b/engine/cable_club.asm
index 07284d13..078ae5c2 100755
--- a/engine/cable_club.asm
+++ b/engine/cable_club.asm
@@ -256,9 +256,9 @@ CableClub_DoBattleOrTradeAgain: ; 5345
dec c
jr nz, .unpatchEnemyMonsLoop
ld a, wEnemyMonOT % $100
- ld [wcf8d], a
+ ld [wUnusedCF8D], a
ld a, wEnemyMonOT / $100
- ld [wcf8e], a
+ ld [wUnusedCF8D + 1], a
xor a
ld [wTradeCenterPointerTableIndex], a
ld a, $ff