diff options
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-x | src/wram.asm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index 6348d9e..b63291a 100755 --- a/src/wram.asm +++ b/src/wram.asm @@ -428,7 +428,10 @@ wcc09:: ; cc09 ds $1 wcc0a:: ; cc0a - ds $4 + ds $1 + +wDuelHasPlayedEnergy:: ; cc0b + ds $3 ; this seems to hold the current opponent's deck id - 2, ; perhaps to account for the two unused pointers at the |