Identify SwitchItemsInBag labels

Thanks to FIQ for having done so in Polished Crystal
This commit is contained in:
Rangi
2020-10-21 15:39:15 -04:00
parent 7b12060e6a
commit 93dcc8b6eb
4 changed files with 66 additions and 62 deletions

View File

@@ -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