summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-01-27 23:08:50 -0600
committerdannye <corrnondacqb@yahoo.com>2016-01-27 23:08:50 -0600
commit32a464b0f0e71ced1e1e6641407012b6f6ee0d55 (patch)
tree302da54ee18a51ead0749fa6571e561a3255c75d
parent8a5a7d8e68538b727e0c166488265f395603366e (diff)
Fix logically incorrect label
-rwxr-xr-xengine/hidden_object_functions7.asm5
1 files 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)