![]() |
Routines |
| Prev: 6966 | Up: Map | Next: 69A7 |
|
Used by the routines at Game_Initialise and Lose_Life.
|
||||
| Run_Game_Frame | 6992 | CALL Handler_Worms | Call Handler_Worms. | |
| 6995 | CALL AnimateSnapdragons | Call AnimateSnapdragons. | ||
|
Handle room 06 special case; the chicks in the nest.
|
||||
| 6998 | LD A,($5FC5) | Call DrawNestChicks if *CurrentRoom is equal to 06. | ||
| 699B | CP $06 | |||
| 699D | CALL Z,DrawNestChicks | |||
| 69A0 | CALL Run_Main_Loop_Body | Call Run_Main_Loop_Body. | ||
| 69A3 | CALL Draw_Sprites | Call Draw_Sprites. | ||
| 69A6 | RET | Return. | ||
| Prev: 6966 | Up: Map | Next: 69A7 |