summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index 7ae90e9f9..3f04a81a2 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1357,12 +1357,17 @@ wTileAnimBuffer:: ds 1 tiles
ENDU
; link data
+UNION
wOtherPlayerLinkMode:: db
wOtherPlayerLinkAction:: db
ds 3
wPlayerLinkAction:: db
wUnusedLinkAction:: db
ds 3
+NEXTU
+wLinkReceivedSyncBuffer:: ds 5
+wLinkPlayerSyncBuffer:: ds 5
+ENDU
wLinkTimeoutFrames:: dw
wLinkByteTimeout:: dw