lorom ;Plasma Cutter made by Black Falcon ;idea: InsomniaDMX ;Special thanks to Squishy Ichigo !maxreserve = $09D4 !resmirror = $1774 !position = #$00AE !draw = $9D98 !equbeam = $09A6 !colbeam = $09A8 !index = $0c18,x !icon = $09D2 !free1 = $1F53 ; originally thought to be a timer for demo scenes (which I'm not going to use :P) !reserve = $09D6 !timer = $072D !sound = $809021 !frames = $09DA !pixelx = $0B64,x !pixely = $0B78,x !subx = $0B8C,x !suby = $0BA0,x ;:::::::::::: BLOCK CHANGES ::::::::::::: ;This section replaces the not respawning super missile block with ;a apecial block for plasma cutter org $84CF75 LDA !free1 ;CMP #$0200 DB $D0 ;F0 ;::::::: Changes Cooldown Counters ::::::::: org $90C26C DB $1E ;press fire org $90C29B DB $0C ;hold fire ;::::::::::::Disables X-RAY:::::::::::::: org $90DDC8 JSR $B80D RTS org $90DDD3 NOP NOP NOP NOP ;:::::::::::::: RUN ONCE :::::::::::::::: org $90B8D0 JSR PLASMACUTTER NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP NOP org $90F81D PLASMACUTTER: LDA !reserve BEQ NARMAL LDA !icon CMP #$0005 BEQ SET NARMAL: LDA !equbeam ORA #$8000 STA !index AND #$000F ASL a TAY LDA $C28F,y JSR $809021 RTS SET: LDA #$0004 ;<<<<<<<