Blocks section had a block that made Mario bounce and then changes into the next Map16 tile, this is the same block but with the bounce removed, should work just fine. Didn't test it though because I don't have GPS set up on a ROM where Mario exists:
Code
db $42
JMP No : JMP MarioAbove : JMP No
JMP No : JMP No : JMP No : JMP No
JMP No : JMP No : JMP No
MarioAbove:
REP #$10
LDX $03
INX
%change_map16()
SEP #$10
No:
RTL
Just insert that into an invisible Map16 tile with the next block being the visible solid block.
Having a problem with the block, as it tells me that the MarioAbove label is non-existent. Some help would be great.
Here's an unusual question. I want to insert the Giant Jumping Piranha Plant into my hack, but it should use SP1. I got for example the ExBanzai Bill sprite into my hack(uses both SP3 and SP4) and at the same time I want to use the sprite I requested. Is there a way to do this?
You should've posted this in "ASM & Related Topics".
But to answer your question, try first unchecking the "Use second GFX page" option in the .cfg file, and if it doesn't work or it is already unchecked, then you'll need to search for the GFX routine and change the properties of the tiles (clear the last bit).
EDIT: The use of second GFX page is indeed hardcoded. So just change these:
Code
YXPCCC: db $09,$09,$49,$49 ; YXPPCCCT properties
StemYXPCCC: db $0B,$0B,$4B ; YXPPCCCT properties
Into these:
Code
YXPCCC: db $08,$08,$48,$48 ; YXPPCCCT properties
StemYXPCCC: db $0A,$0A,$4A ; YXPPCCCT properties
Where can I find this? I know wakana made a sampled version, but where can I find a unsampled version?Hi, I'm a signature! Hack Thread Hack Testing Status: Available. Layout by Koopster.
Major thanks to Nenilein (a.k.a. @PinkGeekNeni on Twitter) for the profile pic I'm using!Help us raise funds for the Armed Forces of Ukraine. #ДопомагаємоРазом / #HelpTogether “Even if you personally are so dissatisfied with life that you want the world to end, surely the cruel reality is that it will continue on, unchanging. All the better for someone perfectly content, like me.”
– Aya Shameimaru, Touhou Suzunaan ~ Forbidden Scrollery
First song is called Year Round Absorbed Curiosity from Touhou 12.8 and can be found in this pack. I'm not too sure about the others.
Hint: try to look in the submissions thread and check what song the creator picks in the submitted file. Helps to clear out future questions about songs you don't know in VLDC entries. Or just ask around if you can't find it for whatever reason (unlikely for this sort of situation to happen but who knows)
Follow Us On