diff options
author | Idain <luiscarlosholguinperez@outlook.com> | 2021-08-19 16:32:34 -0400 |
---|---|---|
committer | Idain <luiscarlosholguinperez@outlook.com> | 2021-08-19 16:32:34 -0400 |
commit | 69517e0ca13266b3d289d3d8244564aa198ef552 (patch) | |
tree | 1c259256ee958ef5bf71cc5a3336d77339aa8520 | |
parent | f3fe80db1ad650b89bbd212a4bd0257fc21490db (diff) |
Fixed typo
-rw-r--r-- | Add-a-new-Pack-pocket.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-new-Pack-pocket.md b/Add-a-new-Pack-pocket.md index 01d8c84..316732a 100644 --- a/Add-a-new-Pack-pocket.md +++ b/Add-a-new-Pack-pocket.md @@ -368,7 +368,7 @@ And edit `GetPocketCapacity`: + cp LOW(wBerries) + jr nz, .not_berries + ld a, d -+ cp HIGH(wBerries) ++ cp HIGH(wNumBerries) + ret z + +.not_berries |