mirror of
https://github.com/pret/pokegold.git
synced 2026-04-25 16:20:19 -05:00
and 50 percent -> and %011111111
This commit is contained in:
parent
30d8a72d84
commit
dc1a06ba05
|
|
@ -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