mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
and 50 percent
-> and %011111111
This commit is contained in:
parent
7d40476e14
commit
fb2a95afed
@ -116,9 +116,10 @@ CheckPhoneCall::
|
||||
nop
|
||||
jr nc, .no_call
|
||||
|
||||
; 50% chance for a call
|
||||
call Random
|
||||
ld b, a
|
||||
and 50 percent
|
||||
and %01111111
|
||||
cp b
|
||||
jr nz, .no_call
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user