| Chase H.Q. | Routines |
| Prev: F2B6 | Up: Map | Next: F2FA |
|
Lives at $8035 when relocated.
|
||||
|
Note that this sets a 5-bit field to 60. The playing routine below uses this value to set the channel C pitch too.
|
||||
| setup_turbo_sfx_128k | F2F1 | LD A,$3C | Initial noise pitch value | |
| F2F3 | LD ($A219),A | Set AY noise pitch -- this is a 5-bit field so is it masked and becomes 28? | ||
| F2F6 | LD ($A23A),A | Set turbo_sfx_noise_pitch to 60 | ||
| F2F9 | RET | Return | ||
| Prev: F2B6 | Up: Map | Next: F2FA |