diff options
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |