![]() |
Routines |
| Prev: 58021 | Up: Map | Next: 58051 |
|
Used by the routines at Human_Lobber, Human_FullWave, Human_WavingOverHead, Human_WavingSideToSide and Human_Shooter.
|
||||
| ShouldHumanHide | 58042 | CALL RandomNumber | A=random number between 0-255. | |
|
There's about a 96.48% chance of returning based on the random number.
|
||||
| 58045 | CP 8 | Return if the random number is higher than 8. | ||
| 58047 | RET NC | |||
| 58048 | LD (HL),206 | Update the countdown to 206. | ||
| 58050 | RET | Return. | ||
| Prev: 58021 | Up: Map | Next: 58051 |