diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-09-12 08:58:08 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2019-09-12 08:58:08 +0100 |
commit | fe96fdf1a5bf4fc28f44c8c9d257d063f2c9bbaa (patch) | |
tree | ce2ee7334997c19a906bcd7a360a1920118150f1 /src/wram.asm | |
parent | 5646f1bc834dc15f74f28dce9bb43fe250f648b4 (diff) |
Document CheckIfEvolutionNeedsEnergyForMove
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/wram.asm b/src/wram.asm index f6a58fa..36ec201 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1230,10 +1230,7 @@ wAIScore:: ; cdbe wPlayAreaAIScore:: ; cdbf ds MAX_PLAY_AREA_POKEMON -wcdc0:: ; cdc0 - ds MAX_PLAY_AREA_POKEMON - - ds $4 + ds $0a ; information about the defending Pokémon and ; the prize card count on both sides for AI: |