summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-10-29 15:14:45 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-10-29 15:14:45 -0400
commitffdde1fa005764b7c3fa4a2d197b22235387a289 (patch)
tree4f8edf7e533df112f9ef5a8fde01932dd4424694
parent07e605078f85dc5bcf149d6a67d2d2b822467dff (diff)
Name an unused link engine WRAM byte
-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