|  | Routines | 
| Prev: 36249 | Up: Map | Next: 36428 | 
| 
Used by the routines at Game_Configs_Controls and Game_Configs_Keys.
 | ||||
| Configs_Delay | 36418 | LD BC,60000 | Set BC=60000 | |
| Configs_Delay_Loop | 36421 | DEC BC | Countdown BC until #0000. | |
| 36422 | LD A,B | |||
| 36423 | OR C | |||
| 36424 | JP NZ,Configs_Delay_Loop | |||
| 36427 | RET | Return. | ||
| Prev: 36249 | Up: Map | Next: 36428 |