diff options
| author | Idain <luiscarlosholguinperez@outlook.com> | 2021-11-18 14:14:16 -0400 |
|---|---|---|
| committer | Idain <luiscarlosholguinperez@outlook.com> | 2021-11-18 14:14:16 -0400 |
| commit | 9701d9e354dc23cb67131015395801357556f4a8 (patch) | |
| tree | c15d7ee94b53fe8aeb3b3bcc04756b0f890ef809 | |
| parent | ce768f657139c257269bb6cc56ef9abbb51d9203 (diff) | |
Fix Dusk Ball step
| -rw-r--r-- | Add-a-new-item.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Add-a-new-item.md b/Add-a-new-item.md index d706995..a3c4082 100644 --- a/Add-a-new-item.md +++ b/Add-a-new-item.md @@ -321,8 +321,11 @@ Then it's time to implement the specific Pokémon-catching effect. Edit [engine/ + jr c, .max + + add b -+ ret nc -+; fallthrough ++ jr c, .max ++ ++ ld b, a ++ ret ++ +.max + ld b, $ff + ret |
