summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/link/link.asm2
-rw-r--r--wram.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/link/link.asm b/engine/link/link.asm
index e2449950..09aec60c 100644
--- a/engine/link/link.asm
+++ b/engine/link/link.asm
@@ -1409,7 +1409,7 @@ LinkTradeCheckCancel:
jr nz, .loop1
ExitLinkCommunications:
xor a
- ld [wd8b7], a
+ ld [wUnusedLinkCommunicationByte], a
xor a
ldh [rSB], a
ldh [hSerialSend], a
diff --git a/wram.asm b/wram.asm
index bc74c759..94ce297d 100644
--- a/wram.asm
+++ b/wram.asm
@@ -2391,7 +2391,7 @@ wMountMoonSquareSceneID:: db
wEventFlags:: flag_array NUM_EVENTS
-wd8b7:: db
+wUnusedLinkCommunicationByte:: db
wGameTimerPaused::
; bit 7: game timer paused