diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-04-28 20:20:20 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-04-28 20:20:20 +0100 |
commit | 7d9ea8a30d19fae6a39bb36981e27db6edbea5e7 (patch) | |
tree | 632526b60f8642fa2362e6a5582799e906b28718 /src/engine/bank01.asm | |
parent | e38d9f1de3abe1cdb54e7292ead677151348bd4e (diff) |
AI routines and Energy Trans logic
Diffstat (limited to 'src/engine/bank01.asm')
-rw-r--r-- | src/engine/bank01.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/bank01.asm b/src/engine/bank01.asm index b73b47c..7668903 100644 --- a/src/engine/bank01.asm +++ b/src/engine/bank01.asm @@ -6835,6 +6835,7 @@ OppAction_ExecutePokemonPowerEffect: ; 6b07 (1:6b07) ret ; 0x6b15 +; execute the EFFECTCMDTYPE_AFTER_DAMAGE command of the used Pokemon Power OppAction_6b15: ; 6b15 (1:6b15) ld a, EFFECTCMDTYPE_AFTER_DAMAGE call TryExecuteEffectCommandFunction |