aboutsummaryrefslogtreecommitdiffstats
path: root/engine/link/cable_club.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/link/cable_club.asm')
-rw-r--r--engine/link/cable_club.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/link/cable_club.asm b/engine/link/cable_club.asm
index f10e1ada..e5796e53 100644
--- a/engine/link/cable_club.asm
+++ b/engine/link/cable_club.asm
@@ -587,7 +587,7 @@ ReturnToCableClubRoom:
push hl
res 0, [hl]
xor a
- ld [wd72d], a
+ ld [wStatusFlags3], a ; clears BIT_INIT_TRADE_CENTER_FACING
dec a
ld [wDestinationWarpID], a
call LoadMapData
@@ -839,7 +839,7 @@ TradeCenter_Trade:
call ClearScreen
call LoadHpBarAndStatusTilePatterns
xor a
- ld [wUnusedCC5B], a
+ ld [wUnusedFlag], a
ldh a, [hSerialConnectionStatus]
cp USING_EXTERNAL_CLOCK
jr z, .usingExternalClock