Prev: 6100 Up: Map Next: 615C
6152: Prepare for the next game mode
Used by the routine at 7500 to prepare for game mode 2 (using the event table entry at 600A) or 3 (using the event table entry at 6077), and by the routine at 6100 to prepare for game mode 4 (when Sam has called the police just in time to take Lana into custody).
6152 LD SP,$5D5A Reset the stack to its base location
6155 NOP
6156 CALL $F8F0 Display the appropriate cutscene and prepare for game mode 2, 3 or 4
6159 JP $F03F Re-enter the main loop
Prev: 6100 Up: Map Next: 615C