mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-17 02:22:29 +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]
|
ld a, [wNumSetBits]
|
||||||
cp 2
|
cp 2
|
||||||
tx_pre_id SaveOptionText
|
tx_pre_id SaveOptionText
|
||||||
jr c, .ownThreeOrMoreMon
|
jr c, .ownLessThanTwo
|
||||||
|
; own two or more mon
|
||||||
tx_pre_id StrengthsAndWeaknessesText
|
tx_pre_id StrengthsAndWeaknessesText
|
||||||
.ownThreeOrMoreMon
|
.ownLessThanTwo
|
||||||
jp PrintPredefTextID
|
jp PrintPredefTextID
|
||||||
|
|
||||||
SaveOptionText: ; 1e97e (7:697e)
|
SaveOptionText: ; 1e97e (7:697e)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue