Routines |
Prev: E2A5 | Up: Map | Next: E2C3 |
Used by the routines at Human_Lobber, Human_FullWave, Human_WavingOverHead, Human_WavingSideToSide and Human_Shooter.
|
||||
ShouldHumanHide | E2BA | CALL RandomNumber | A=random number between 00-FF. | |
There's about a 96.48% chance of returning based on the random number.
|
||||
E2BD | CP $08 | Return if the random number is higher than 08. | ||
E2BF | RET NC | |||
E2C0 | LD (HL),$CE | Update the countdown to CE. | ||
E2C2 | RET | Return. |
Prev: E2A5 | Up: Map | Next: E2C3 |