i am a recent newbie to rf..as i like the burnmeup3..i cannot figure out how to edit the burst rate down to 3 shots.I have read the tuts for gameplay and the original burnmeup.I honestly cannot figure it out.would somebody be willing to point me to the exact line of the asm i need to edit ??i have tried to view the fire rate pdf with no luck..it goes to a blank page..thanks for the great site
In each of the state setup sections (state 1, state 2, state 3, and state 4 labels) there are two lines of code that look like this:
movlw 0X04 ;set for 5 rounds, change to whatever you want
movwf BURSTRATE
The first line is the number of shots that will be fired in burst mode, change 0x04 to 0x03 for 3 shots per second.