diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-09-23 18:37:05 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-09-23 18:37:05 +0100 |
commit | ca15abf2ffc14fdb92079f6fccff09eb04305d18 (patch) | |
tree | d558ad09e12c7e6ed497f64573f858eb1fb9fa60 /src/wram.asm | |
parent | 8dee6b7a11e85d6d4b9f8ec9fb9d53a499fd37dc (diff) |
Split bank1
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index 292e473..4ee7c73 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1327,7 +1327,10 @@ wCoinTossNumTossed:: ; cd9f ds $5 -wcda5:: ; cda5 +wAIDuelVars:: +; saves the prizes that the AI already used Peek on +; each bit corresponds to a Prize card +wAIPeekedPrizes:: ; cda5 ds $1 ; this is used by AI in order to determine whether @@ -1394,6 +1397,8 @@ wAICardListEnergyBonus:: ; cdb2 wcdb4:: ; cdb4 ds $1 +wAIDuelVarsEnd:: + ; information about various properties of ; loaded attack for AI calculations wTempLoadedAttackEnergyCost:: ; cdb5 |