![]() |
Routines |
Prev: 54099 | Up: Map | Next: 54191 |
Used by the routines at GoldfishGame, SetKempstonJoystick, SetInterface2Joystick, SetUserDefinedKeys and MenuKeypress.
|
||||
SmallPause | 54182 | LD BC,5000 | BC=5000. | |
SmallPause_Loop | 54185 | DEC BC | Decrease BC by one. | |
54186 | LD A,B | Jump to SmallPause_Loop until BC is zero. | ||
54187 | OR C | |||
54188 | JR NZ,SmallPause_Loop | |||
54190 | RET | Return. |
Prev: 54099 | Up: Map | Next: 54191 |