diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-14 14:18:33 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-14 14:18:33 -0500 |
commit | b17db9b8b5939d41dbe7d35d2f5c54cf82e0c59d (patch) | |
tree | 031333fa29878ae74876e9fe2abe7791aac3b1bb /items | |
parent | 7350c3708fc2463e1eb6024c03de5c85b50aa38f (diff) |
Friend Ball happiness for boxed Pokémon is not a bug
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 562bf873c..25da8059c 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -634,7 +634,7 @@ ParkBall: ; e8a2 ld a, [CurItem] cp FRIEND_BALL jr nz, .SkipBoxMonFriendBall - ; Bug: overwrites the happiness of the first mon in the box! + ; The captured mon is now first in the box ld a, FRIEND_BALL_HAPPINESS ld [sBoxMon1Happiness], a .SkipBoxMonFriendBall: |