diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-04-30 16:04:07 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-04-30 16:04:07 +0100 |
commit | cf9a3c313b63c78ebcb4077e827eeff9a5940ba0 (patch) | |
tree | ebdf7b58783fe0ae943b486a76727eb40499e433 /src/wram.asm | |
parent | 47736d7c415ea5b38f5d9df83e7fb1e9b12a9e9e (diff) |
Unpack Legendary Moltres AI
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index 534297e..cae7f88 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1195,7 +1195,14 @@ wAIPokedexCounter:: ; cda6 wcda7:: ; cda7 ds $1 - ds $6 +wcda8:: ; cda8 + ds $2 + +wcdaa:: ; cdaa + ds $2 + +wcdac:: ; cdac + ds $2 ; pointer to a list of card IDs for sorting AI hand wcdae:: ; cdae |