summaryrefslogtreecommitdiff
path: root/engine/cable_club.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-07 18:37:40 -0800
committerYamaArashi <shadow962@live.com>2015-02-07 18:37:40 -0800
commit32f7cf12de9f841f76a3f2010caf6d7a80d47bcc (patch)
tree3568312441db2bbd4acf0f6885913980f4c0eaad /engine/cable_club.asm
parent4fd7a42b235b68ffc11d4f02305b695c2ed05549 (diff)
Named wram symbols
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 68c6a8dc..ff25fd5e 100755
--- a/engine/cable_club.asm
+++ b/engine/cable_club.asm
@@ -578,7 +578,7 @@ TradeCenter_SelectMon:
ReturnToCableClubRoom: ; 577d (1:577d)
call GBPalWhiteOutWithDelay3
- ld hl, wcfc4
+ ld hl, wCharRAMInUseForText
ld a, [hl]
push af
push hl
@@ -808,7 +808,7 @@ TradeCenter_Trade:
ld a, c
ld bc, wEnemyMon2 - wEnemyMon1
call AddNTimes
- ld de, wcf98
+ ld de, wLoadedMon
ld bc, wEnemyMon2 - wEnemyMon1
call CopyData
call AddEnemyMonToPlayerParty