Prev: 735e Up: Map Next: 739e
737d: Game play starts, or prepare new turn, or check Jetman thrust input.
737d ld hl,$5dd7 If begin play delay timer is zero (turn started), check to see if player is thrusting
7380 ld a,(hl)
7381 and a
7382 jr z,$739e
7384 dec (hl) else decrement timer
7385 jp nz,$6197 Flash Score label if still not zero
7388 call $67d2 SFX to indicate play is about to start!
738b ld a,($5dd1) Stop flashing 2UP if current player number is 2
738e and a
738f jr nz,$7399
7391 ld hl,$0018 Stop flashing "1UP" text
7394 call $61ad
7397 jr $739e Check if player is thrusting
7399 ld hl,$00d8 Stop flashing "2UP" text
739c jr $7394
Prev: 735e Up: Map Next: 739e