Level 12 get crash in Revenge mode on Double Dragon Gaiden(US Version)

southpawstance999

New member
Hello in level 12 when i defeat the last group of dojo shadow enemies and approaching superboss in Revenge mode,the game crashed. I try playing on OpenBor 3979, 4107 etc. but the result is the same is any solution to fix this game? please help.

Edit: If I post here is wrong please move this thread thank you sirs/madams
 
Solution
southpawstance: I suggest the following anim lines:
Code:
anim block
	loop	0
	delay	35
	offset	65 131
	bbox	58 71 18 58
#        counterframe 0 1 0
    hitfx   data/sounds/block.wav
    frame	data/chars/clone/guard1.gif
	frame	data/chars/clone/guard1.gif

anim blockpain
	loop	0
	delay	6
	offset	65 131
	bbox	58 71 18 58
#   counterframe 0 1 0
        hitfx   data/sounds/block.wav
	move	-2
        frame	data/chars/clone/guard1.gif
	move	-2
        frame	data/chars/clone/guard1.gif
	move	-2
        frame	data/chars/clone/guard1.gif

I tested and it works well with no errors  ;).
I also had this issue happen to me at this point in the game. One thing which SEEMS to work as a good bypass is to simply stick to stomp attacks on that particular enemy. Worked for me at least.
 
Back
Top Bottom