Name: | Parallax HDMA Toolkit |
Author: | MarioFanGamer |
Added: | |
Type: | Level |
Includes GFX: | No |
Includes Hijack: | No |
Featured: | No |
Description: | A toolkit which easily allows you to create parallax HDMA on either layer 1, 2 or 3. Unlike most parallax HDMA, this one is more generalised and you can scroll the affected layer vertically. You can also enable waves on certain lines. Read the readme for more details. |
Tags: | hdma lorom parallax sa-1 |
Comments: | 22 (jump to comments) |
Rating: |
Download
7.05 KiB | 990 downloads
Comments (22)
If you don't use waves, that should be omitted i.e. not even set to zero but entirely removed alongside $ee.
Hi, me again... I am trying to combine a lvl parallax with some other code, but UberASM shows two errors:CodeIs it possible to combine the parallax code with another UberASM code?Found my mistake
Late, but I'm experiencing the same thing.
Parallax HDMA Toolkit actually uses the layer 1 position to determine the positions, hence the need to modify the level portion of the parallax code, not to combine it with autoscroll.
I have one question @ MarioFanGamer: is it possible to combine this parallax with an autoscroll (e.g. parallax on layer 2 with autoscroll on layer 2)? The "library-method" with this toolkit and the Layer2-Autoscroll UeberASM wasn't successfull ...
Do you mean Layer 2 scrolling up and down?
No, it's where the background scrolls automatically in the horizontal direction.
If I get to update it, I'll probably add such a feature. Until now, you'd need to make some changes in the level code and even then, it will scroll the whole background, not parts of it.
@ MarioFanGamer: When the whole background would be scrolled does it consider the parallax table? (sorry didn't get that). My intention/idea was that the parallax effect is applied automatically (Mario stands still but BG is scrolling with parallax effect).
I tried to add some kind of
but that doesn't work
Do you have an idea how to implement this feature? Is it "just a snippet of code" or something bigger? Nevertheless it would be amazing to have a feature like that
I have one question @ MarioFanGamer: is it possible to combine this parallax with an autoscroll (e.g. parallax on layer 2 with autoscroll on layer 2)? The "library-method" with this toolkit and the Layer2-Autoscroll UeberASM wasn't successfull ...
Do you mean Layer 2 scrolling up and down?
No, it's where the background scrolls automatically in the horizontal direction.
If I get to update it, I'll probably add such a feature. Until now, you'd need to make some changes in the level code and even then, it will scroll the whole background, not parts of it.
I have one question @ MarioFanGamer: is it possible to combine this parallax with an autoscroll (e.g. parallax on layer 2 with autoscroll on layer 2)? The "library-method" with this toolkit and the Layer2-Autoscroll UeberASM wasn't successfull ...
Do you mean Layer 2 scrolling up and down?
I have one question @ MarioFanGamer: is it possible to combine this parallax with an autoscroll (e.g. parallax on layer 2 with autoscroll on layer 2)? The "library-method" with this toolkit and the Layer2-Autoscroll UeberASM wasn't successfull ...
Very nice toolkit and pretty simple to use. Be sure to read the readme as it explains pretty much everything and it provides answers to some issues you might encounter when using it.