diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-04-06 17:48:27 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-04-06 17:48:27 -0500 |
commit | 9518f4e113fcd9dfb734b979138a04ace11bf2ad (patch) | |
tree | af40356f3e976e1d3e4d07fe8bc7b8462078c199 /src/wram.asm | |
parent | 65e20f29cd4b56fd7579ef101f673c70f995d388 (diff) |
Some duel engine disassemlby
relating to playing energy cards
thanks to
Guernouille
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 |