From 32a464b0f0e71ced1e1e6641407012b6f6ee0d55 Mon Sep 17 00:00:00 2001 From: dannye Date: Wed, 27 Jan 2016 23:08:50 -0600 Subject: Fix logically incorrect label --- engine/hidden_object_functions7.asm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/engine/hidden_object_functions7.asm b/engine/hidden_object_functions7.asm index 87305472..7ab0637b 100755 --- a/engine/hidden_object_functions7.asm +++ b/engine/hidden_object_functions7.asm @@ -22,9 +22,10 @@ DisplayOakLabRightPoster: ; 1e965 (7:6965) ld a, [wNumSetBits] cp 2 tx_pre_id SaveOptionText - jr c, .ownThreeOrMoreMon + jr c, .ownLessThanTwo + ; own two or more mon tx_pre_id StrengthsAndWeaknessesText -.ownThreeOrMoreMon +.ownLessThanTwo jp PrintPredefTextID SaveOptionText: ; 1e97e (7:697e) -- cgit v1.2.3