From b17db9b8b5939d41dbe7d35d2f5c54cf82e0c59d Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Thu, 14 Dec 2017 14:18:33 -0500 Subject: =?UTF-8?q?Friend=20Ball=20happiness=20for=20boxed=20Pok=C3=A9mon?= =?UTF-8?q?=20is=20not=20a=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- items/item_effects.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items') 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: -- cgit v1.2.3