summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)