header lorom ;org $02A0FC ;\ Quitar estas dos lineas para poder matar al chuck con bolas de fuego ;NOP #03 ;/ org $02A129 ;rutina de conversion de sprites a moneda JSL CustomCode NOP #07 org $198000 ; <- ESPACIO LIBRE !CodeSize = End-Start ; <- RATS Tag define. db "STAR" dw !CodeSize-$01 dw !CodeSize-$01^$FFFF Start: ;<- Beginning of RATS Tag, and bytes to protect. CustomCode: JSL $07F7D1 LDA $13 AND #$01 BEQ DIRECTION LDA #$EA STA $B6,x RTL DIRECTION: LDA #$15 STA $B6,x RTL End: ; <-Final del RATS