Users browsing this thread: 1 Guest(s)
Few Questions

#11
Posts: 181
Threads: 3
Thanks Received: 26
Thanks Given: 4
Joined: Apr 2015
Reputation: 18
Status
None
Here is the sprite portion of the animation script for X-Zone (this is taken from the animation script document that madsiur linked)

Code:
; [ Animation Script $00D8: X-Zone (sprite) ]

D0/5A31: 00 A0                    speed 1, align to center of screen
D0/5A33: 80 72 01                 branch to $5A37 if attack hit
D0/5A36: FF                       end of script

D0/5A37: 80 8A                    command $80/$8A
D0/5A39: 89 25                    loop start (37 times)
D0/5A3B: 1F                       [---]
D0/5A3C: 8A                       loop end
D0/5A3D: 89 12                    loop start (18 times)
D0/5A3F: 1F                       [---]
D0/5A40: 8A                       loop end
D0/5A41: F1 80                    hide target monster sprite
D0/5A43: FF                       end of script

You'll want to remove the command at D0/5A41 (hide target monster sprite). You can do this by replacing the F1 at D0/5A41 with FF. Or you can replace the 80 at D0/5A42 with 00.

Try this and see if it works. You might also need to remove the command 80/8A at D0/5A37. That sets the monster's sprite priority to zero.
  Find
Quote  
[-] The following 1 user says Thank You to Everything for this post:
  • Hashimo (11-16-2018)



Messages In This Thread
Few Questions - by Hashimo - 11-14-2018, 08:19 AM
RE: Few Questions - by Cecil188 - 11-14-2018, 12:10 PM
RE: Few Questions - by Odbarc - 11-14-2018, 12:42 PM
RE: Few Questions - by Gi Nattak - 11-14-2018, 01:21 PM
RE: Few Questions - by PowerPanda - 11-14-2018, 02:54 PM
RE: Few Questions - by Tenkarider - 11-15-2018, 11:56 AM
RE: Few Questions - by PowerPanda - 11-16-2018, 10:36 PM
RE: Few Questions - by Hashimo - 11-14-2018, 04:59 PM
RE: Few Questions - by Hashimo - 11-15-2018, 11:23 PM
RE: Few Questions - by madsiur - 11-16-2018, 12:28 AM
RE: Few Questions - by Cecil188 - 11-16-2018, 10:20 AM
RE: Few Questions - by Everything - 11-16-2018, 01:43 PM
RE: Few Questions - by Hashimo - 11-16-2018, 11:34 PM
RE: Few Questions - by PowerPanda - 11-17-2018, 11:39 AM
RE: Few Questions - by Hashimo - 11-18-2018, 06:31 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite