.main5 LDA themeStatus \ If bit 7 of themeStatus is set, then the Theme is not BMI main6 \ enabled, so jump to main6 JSR AlienInAcornsville \ Check to see whether an alien has reached Acornsville \ and terminate the main loop if it hasName: MainLoop (Part 4 of 15) [Show more] Type: Subroutine Category: Main loop Summary: Check whether aliens have invaded Acornsville Deep dive: Program flow of the main game loopContext: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
[X]
Subroutine AlienInAcornsville (category: The Theme)
Move an alien towards Acornsville and check whether it has reached it yet (and if so, end the game)
[X]
Label main6 in subroutine MainLoop (Part 5 of 15)
[X]
Variable themeStatus in workspace Main variable workspace
Theme status