diff options
author | xCrystal <rgr.crystal@gmail.com> | 2016-01-26 12:00:40 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2016-01-26 12:00:40 +0100 |
commit | ffbb12fb97e689c20872ef3d1817e7d3ac3a95ba (patch) | |
tree | 6608475108f79ec196f7a04d1de47d359d1b48d1 /src/wram.asm | |
parent | 55cb5ea7c908aec3778e5c8b72197e81969272e7 (diff) |
more incbins and labels
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-x | src/wram.asm | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index 7fd0798..ffcc81b 100755 --- a/src/wram.asm +++ b/src/wram.asm @@ -69,7 +69,13 @@ wPlayerNumberOfPokemonInPlay:: ; c2ef wPlayerArenaCardStatus:: ; c2f0 ds $1 - ds $f + +; $00 - player +; $01 - link +; other - AI controlled +wPlayerDuelistType:: ; c2f1 + ds $1 + ds $e wOpponentDuelVariables:: ; c300 @@ -115,7 +121,13 @@ wOpponentNumberOfPokemonInPlay:: ; c3ef wOpponentArenaCardStatus:: ; c3f0 ds $1 - ds $f + +; $00 - player +; $01 - link +; other - AI controlled +wOpponentDuelistType:: ; c3f1 + ds $1 + ds $e wPlayerDeck:: ; c400 ds $80 |