diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-08 13:27:26 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-08 13:27:26 -0500 |
commit | ac824f62fc6bdbc63f2f9fb7bd17e4827a535f36 (patch) | |
tree | 78eb17196fca085052cae87ae2997b0ac1b55657 /items | |
parent | c34264ddd89c2af4ba1370d4a2789009e9139b48 (diff) |
More battle core labels
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index 0024e3f50..0c1fcc8ac 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -724,7 +724,7 @@ endr jp TossItem .used_park_ball - ld hl, wdc79 + ld hl, wParkBallsRemaining dec [hl] ret ; ec0a |