diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-01-27 23:08:50 -0600 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-01-27 23:08:50 -0600 |
commit | 32a464b0f0e71ced1e1e6641407012b6f6ee0d55 (patch) | |
tree | 302da54ee18a51ead0749fa6571e561a3255c75d | |
parent | 8a5a7d8e68538b727e0c166488265f395603366e (diff) |
Fix logically incorrect label
-rwxr-xr-x | engine/hidden_object_functions7.asm | 5 |
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) |