diff options
author | Jonas Höglund <firefly@firefly.nu> | 2014-07-26 12:14:35 +0200 |
---|---|---|
committer | Jonas Höglund <firefly@firefly.nu> | 2014-07-26 12:14:35 +0200 |
commit | 459c96bdbaab26566ec777ca7506625596a1109b (patch) | |
tree | aa528a21955d8339ae03f9b87adc8b01a20a7e71 /wram.asm | |
parent | 7819cfecca89160914984544ec9c20e7247c94e2 (diff) |
Home: try to make sense of mysterios linked-list function
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -116,6 +116,7 @@ wSerialRecvBuf: ; $cba5 - $cbc4 ds $20 ds $49 +;--- Duels -------------------------------------- ; this seems to hold the current opponent's deck id - 2, ; perhaps to account for the two unused pointers at the ; beginning of DeckPointers @@ -127,6 +128,11 @@ wIsPracticeDuel: ; cc13 wDuelTheme: ; cc1a ds $1 + ds $f2 + +wUppercaseFlag: ; cd0d + ds $1 + ;--- Bank 1: $Dxxx ---------------------------------------- SECTION "WRAM1", WRAMX, BANK[1] |