| Walljump Blocks V3, released. |
|
Forum Index - SMW Hacking - Resource and Tool Releases - Walljump Blocks V3, released. |
|
Pages: 1  |
|
|
|
| Posted on 2009-03-20 01:11:42 PM |
Link | Quote |
|
Behold... The new and improved walljump blocks!
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/O9-PFqBqnHE&hl=nl&fs=1&color1=0x006699&color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/O9-PFqBqnHE&hl=nl&fs=1&color1=0x006699&color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
The types of blocks go in this order:
- Regular walljump
- Shattering walljump
- Walljump when P-switch is not active
- Walljump when ON/OFF switch is ON
- Pay 5 coins to walljump
- Shattering walljump block which spawns a sprite
- Starman walljump (forgot to demonstrate). You can only walljump when you have the star.
You can NOT walljump with Yoshi.
The coding has been improved. The amount of code is now halved thanks to some Y register usage.
I will NOT release the blocks yet. Before I do so, I want to add more blocks to the collection. I want atleast 12 different walljump blocks before I release them (and I can increase the amount if I want *shot*). So the purpose of this thread is...
Give me some more walljump block ideas.
(Note: You can reverse the effects of the P-switch, ON/OFF and the starman block ones, so don't suggest me those!)
Edit: Blocks are released. Claim them here
|
| Last edited on 2009-03-20 02:27:07 PM by Ersanio. |
|
| Posted on 2009-03-20 01:13:44 PM |
Link | Quote |
|
Maybe a wall jump block that you can only walljump after you bounce off an enemy?
Like if you bounce on a koopa and walljump off the wall, but it won't work if you jump on the koopa, land and hit the wall.
|
|
| Posted on 2009-03-20 01:18:08 PM |
Link | Quote |
|
|
Perhaps a walljump block that can only be used when you are on Yoshi, or one that can only be used when the timer is greater than/lesser than a certain number?
|
| Last edited on 2009-03-20 01:18:50 PM by yoshicookiezeus. |
|
| Posted on 2009-03-20 01:29:09 PM |
Link | Quote |
|
Wall Jump depending on powerup status.
Wall Jump for Luigi only. (Or could be set to Mario, but since Luigi is the one who jumps high...)
Wall Jump after (Yellow,Green,Blue or Red) Switch is activated. They could use the specified color in map16 for a nice touch.
|
|
| Posted on 2009-03-20 01:32:32 PM |
Link | Quote |
|
Some ideas...
- Walljump blocks that propel you far enough away that you can't gain height on a single wall.
- Walljump blocks that you can't use when you're small, or other powerup requirements.
- Walljump blocks you can only use if you have at least x Dragon Coins.
- Walljump blocks you can only use if you've collected at least x amount of coins on the current level.
- Walljump blocks that turn on and off at timed intervals.
|
|
| Posted on 2009-03-20 01:35:05 PM |
Link | Quote |
|
|
Maybe make it in .ASM form that way you could always wall jump like in some Mario games?
|
|
| Posted on 2009-03-20 01:49:01 PM |
Link | Quote |
|
Originally posted by DelmaruMaybe make it in .ASM form that way you could always wall jump like in some Mario games?
They will be in an ASM form of course. I'm not insane enough to convert all of them to a .bin format.
Originally posted by YellowfangMaybe a wall jump block that you can only walljump after you bounce off an enemy?
Like if you bounce on a koopa and walljump off the wall, but it won't work if you jump on the koopa, land and hit the wall.
Originally posted by YoshicookiezeusPerhaps a walljump block that can only be used when you are on Yoshi, or one that can only be used when the timer is greater than/lesser than a certain number?
Finished (except the timer is only 'if greater than, then walljump')
|
|
| Posted on 2009-03-20 01:52:12 PM |
Link | Quote |
|
I agree with Delmaru. You could code a simple sprite that makes it possible to walljump off anything.
If you don't want to do that, though...how about wall jump blocks you can slide on? One would made you automatically slide down, one would make you automatically slide up, and one would do either depending on which button you held. (That sounds like it would be too complicated, though.)
|
|
| Posted on 2009-03-20 01:57:11 PM |
Link | Quote |
|
Oh, now I get it.
Well... That will require some ASM hacking. I'm going to stick to blocks since it's much easier to customize stuff.
|
|
| Posted on 2009-03-20 02:00:53 PM |
Link | Quote |
|
|
This may be more complicated, but how about a version like NSMB's wall jumping? When Mario is pressing against a wall, he falls a bit slower, making it easier to get consecutive wall jumps.
|
|
| Posted on 2009-03-20 02:06:38 PM |
Link | Quote |
|
You could add this little bit of code somewhere in the blocks;
LDA #$0B
STA $72
It shows Mario's Jumping pose while he's in air, which would make the walljump seem even more realistic.
But either way, I'm looking forward to these blocks!
|
| Last edited on 2009-03-20 02:07:32 PM by Sonikku. |
|
| Posted on 2009-03-20 02:16:21 PM |
Link | Quote |
|
|
--------- SUGGESTIONS END HERE ---------
|
|
| Posted on 2009-03-20 02:22:15 PM |
Link | Quote |
|
Double posting because I can. D:
Blocks has been released. Now to hope they pass the moderation...
Click to claim them!
|
|
| Posted on 2009-03-20 02:31:19 PM |
Link | Quote |
|
|
Nicely done! I like the Y register trick.
|
|
| Posted on 2009-03-20 02:45:37 PM |
Link | Quote |
|
Originally posted by ICBNicely done! I like the Y register trick.
I would like to thank the project SMASH DIZ for teaching me this trick. *shot*
|
|
| Posted on 2009-03-20 09:20:57 PM |
Link | Quote |
|
|
What about a block that you can walljump from with or without Yoshi?
|
|
| Posted on 2009-03-21 03:05:23 AM |
Link | Quote |
|
Originally posted by Nicol BolasWhat about a block that you can walljump from with or without Yoshi?
Originally posted by Ersanio--------- SUGGESTIONS END HERE ---------
Normally I would close this thread but I'm leaving it unclosed in case someone finds a bug.
|
|
|
Pages: 1  |
|
|
|
|
Forum Index - SMW Hacking - Resource and Tool Releases - Walljump Blocks V3, released. |