summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index 521e393f..1b382d39 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1102,6 +1102,8 @@ wAttrmapEnd::
wTileAnimBuffer:: ds 1 tiles
+; link data
+UNION
wOtherPlayerLinkMode:: db
wOtherPlayerLinkAction::
wBattleAction:: db
@@ -1109,6 +1111,10 @@ wBattleAction:: db
wPlayerLinkAction:: db
wUnusedLinkAction:: db
ds 3
+NEXTU
+wLinkReceivedSyncBuffer:: ds 5
+wLinkPlayerSyncBuffer:: ds 5
+ENDU
wLinkTimeoutFrames:: dw
wLinkByteTimeout:: dw