diff options
author | Andrew Martinek <andrewrmartinek@gmail.com> | 2016-07-29 15:58:18 -0400 |
---|---|---|
committer | Andrew Martinek <andrewrmartinek@gmail.com> | 2016-07-29 15:58:18 -0400 |
commit | 30a8cb35cf3ace29226f1c268db0d448cd23751d (patch) | |
tree | 2948bafe0a8ee9f4edad001084985b612622a9fd /src/wram.asm | |
parent | 8bfb38d813af48ed872443e90caaa3b32acca844 (diff) |
Began Disassembling Scripting system and AI.
Diffstat (limited to 'src/wram.asm')
-rwxr-xr-x | src/wram.asm | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/wram.asm b/src/wram.asm index 396a61b..54577e6 100755 --- a/src/wram.asm +++ b/src/wram.asm @@ -764,7 +764,10 @@ wceb5:: ; ceb5 ds $17 wcecc:: ; cecc - ds $ed + ds $9c + +wHandCardBuffer:: ; cf68 + ds $51 wcfb9:: ; cfb9 ds $2a @@ -1047,12 +1050,16 @@ wd3d0:: ; d3d0 ds $1 wd3d1:: ; d3d1 - ds $40 + ds $1 + +wEventFlags:: + ds $3f wd411:: ; d411 ds $1 -wd412:: ; d412 +; 0 keeps looping, other values break the loop in RST20 +wBreakOWScriptLoop:: ; d412 ds $1 wOWScriptPointer:: ; d413 @@ -1194,7 +1201,7 @@ wBoosterCurrentCardRarity:: ; d684 wBoosterCurrentCardSet:: ; d685 ds $1 -wBoosterDataRarityIndex:: ; d686 +wBoosterDataCurrSet:: ; d686 ds $1 wBoosterDataEnergyFunctionPointer:: ; d687 |