diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-21 15:39:15 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-21 15:39:15 -0400 |
commit | 93dcc8b6ebe30c0ef6b62eca228b6d75f92e8a65 (patch) | |
tree | 4a8033e7320d42259c3dcc82ab52c401edcdefb1 /engine/battle/effect_commands.asm | |
parent | 7b12060e6a6c276f3c044c04f131befa28749da5 (diff) |
Identify SwitchItemsInBag labels
Thanks to FIQ for having done so in Polished Crystal
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r-- | engine/battle/effect_commands.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index 16c6b441a..4d670b4b1 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -2532,10 +2532,10 @@ DittoMetalPowder: ldh a, [hBattleTurn] and a ld a, [hl] - jr nz, .Ditto + jr nz, .got_species ld a, [wTempEnemyMonSpecies] -.Ditto: +.got_species cp DITTO ret nz |