diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-07-29 20:44:31 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-08-07 23:24:59 +0100 |
commit | 18ddc4a504514d310c6e9b8fa81b4eb67b4d6faf (patch) | |
tree | 5d1e8c3228b9256b95d6701e0c3c752f45f67303 /src/wram.asm | |
parent | 961f8d6e67bd9c356f25c7d3da8f3af96b6f7ba2 (diff) |
Disassemble and label Func_16120
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index 15decd6..1f251e9 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1238,9 +1238,17 @@ wcddb:: ; cddb wcddc:: ; cddc ds $1 - ds $16 + ds $14 + +wcdf1:: ; cdf1 + ds $1 + +wcdf2:: ; cdf2 + ds $1 -wcdf3:: ; cdf3 +; used to temporarily store the evolution card +; while AI is deciding whether to evolve Pokémon +wTempEvolutionCard:: ; cdf3 ds $1 ds $c |