mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-16 01:56:42 +13:00
Fix logically incorrect label
This commit is contained in:
parent
8a5a7d8e68
commit
32a464b0f0
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue