;name MIRV ;author Strike ;strategy mega imprush in front ;strategy dwarfbomb to rear ;strategy version 0.2.2 ORG START DEPLOY2: DAT # 0, # -40 DEPLOY1: DAT # 0, # 40 START: MOV IMPBOMB, @DEPLOY1 ;toss new impbomb SPL 2 JMP @ -3 ;execute imp SPL -3 ;repeat impbombing ADD # 50, @DEPLOY1 ;increment bombing locations SUB # 45, @ -7 MOV BOMB, < 3 ; whats that b-field doing?? JMP -1 ;keep bombing [should probably delete this line] BOMB: DAT @ -10 IMPBOMB: MOV 0, 1