Prev: 8218 Up: Map Next: 9D7B
9D78: Main loop set-up
Used by the routine at main.
Commentary: There seems to be litle point in this: enter_room terminates with 'goto main_loop' so it never returns. In fact, the single calling routine (main) might just as well goto enter_room instead of goto main_loop_setup.
main_loop_setup 9D78 CALL enter_room The hero enters a room - returns via squash_stack_goto_main
Prev: 8218 Up: Map Next: 9D7B