Prev: 33565 Up: Map Next: 33593
33574: Confirm and process blow command (create dust or racket) then return to game
Used by the routine at 33312.
33574 CALL 38725 Display execute / reject command window and return if execute chosen, else exit
33577 LD A,(30467) Load A with index of Current Object
33580 LD E,4 Load E with 4 (use properties of object)
33582 CALL 34160 Point HL at use properties of object A
33585 BIT 0,(HL) If can-be-blown flag is set...
33587 JP NZ,34560 ...then display "WHAT A RACKET..." window and return to game...
33590 JP 34568 ...else display "WHAT A LOT OF DUST..." window and return to game
Prev: 33565 Up: Map Next: 33593