Hello, I am trying to create a question block that, when hit, creates a downward vine. I've tried a few combinations of the custom question mark blocks and custom growing vine sprite but I just can't seem to get it to work. Anyone have any ideas on how to achieve this? Thank you!
Originally posted by JackTheSpades
You could use this disassembly.
All you should have to do is inver the Y speed.
And the sprites graphics:
All you should have to do is inver the Y speed.
Code
LDA #$F0 ; set the sprite's (change to #$10)
STA $AA,x ; Y speed
And the sprites graphics:
Code
NoFlip:
ORA $64 ; add in priority bits
ORA #$80 ; y-flip (add this line)
STA $0303,y ; store tile properties
 ---> Magic: The Gathering Legends <---
        



