diff options
author | Jonas Höglund <firefly@firefly.nu> | 2014-07-26 12:02:57 +0200 |
---|---|---|
committer | Jonas Höglund <firefly@firefly.nu> | 2014-07-26 12:04:02 +0200 |
commit | 7819cfecca89160914984544ec9c20e7247c94e2 (patch) | |
tree | 3933e93a0feeb58c7ce0549cf3f8910f0d623087 /wram.asm | |
parent | 125bc94a0542a6948aef485aa10fd73ff3f95fe6 (diff) | |
parent | ba5c5e4e62c68bef335685d15d967ff3044eb82f (diff) |
Merge http://github.com/dannye/tcg
Conflicts:
wram.asm
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -114,11 +114,26 @@ wSerialRecvIndex: ; cba4 wSerialRecvBuf: ; $cba5 - $cbc4 ds $20 + ds $49 +; this seems to hold the current opponent's deck id - 2, +; perhaps to account for the two unused pointers at the +; beginning of DeckPointers +wOpponentDeck: ; cc0e + ds $5 + +wIsPracticeDuel: ; cc13 + ds $7 + +wDuelTheme: ; cc1a + ds $1 ;--- Bank 1: $Dxxx ---------------------------------------- SECTION "WRAM1", WRAMX, BANK[1] - ds $32f + ds $113 + +wMatchStartTheme: ; d113 + ds $21c wCurMap: ; d32f ds $1 |