diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2020-09-27 00:26:11 +0100 |
---|---|---|
committer | SatoMew <SatoMew@users.noreply.github.com> | 2020-09-27 00:26:11 +0100 |
commit | 8d359d48bacbd39e02a9119064310ba160b5528d (patch) | |
tree | f0f4632100cc17077c8c35617106e9b1b1be88c7 /engine/items | |
parent | c3c17cabc6c85fb7f70c030b25f5978d57dbf4bc (diff) |
Add constant for ghost Marowak like pokered
Diffstat (limited to 'engine/items')
-rwxr-xr-x | engine/items/items.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm index 15c7c24f..e935f292 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -181,7 +181,7 @@ ItemUseBall: cp POKEMON_TOWER_6F jr nz, .loop ld a, [wEnemyMonSpecies2] - cp MAROWAK + cp RESTLESS_SOUL ld b, $10 ; can't be caught value jp z, .setAnimData |