Routines |
Prev: FC15 | Up: Map | Next: FE86 |
Used by the routine at AliasInterruptRedirect.
|
||||
Handler_Interrupts | FE69 | PUSH IY | Stash IY on the stack. | |
FE6B | LD IY,$5C3A | IY=ERR_NR. | ||
FE6F | PUSH AF | Stash AF on the stack. | ||
FE70 | LD A,($FE88) | Increment *InterruptCounter by one. | ||
FE73 | INC A | |||
FE74 | LD ($FE88),A | |||
FE77 | CALL $F888 | Call F888. | ||
FE7A | CALL Controller_AnimalSounds | Call Controller_AnimalSounds. | ||
FE7D | CALL Controller_BombSounds | Call Controller_BombSounds. | ||
FE80 | CALL Controller_GeneralSounds | Call Controller_GeneralSounds. | ||
FE83 | CALL MusicThemeTune | Call MusicThemeTune. |
Prev: FC15 | Up: Map | Next: FE86 |