Background Scrolling Data Info

Foregrounds and backgrounds scroll differently in many levels, sometimes they have a fast speed ratio and sometimes they can be completely static, this can be changed via hex editing your level.

BG hexadecimal example.png

And for each byte:

Data

Disabling vertical scrolling

 

Automatic horizontal scrolling

Works for both foregrounds and backgrounds.

It only works for backgrounds that already have a horizontal animation, this can be achieved by putting a value of 10 for byte 16 and it will animate the whole background instead of partially animating it.
(Note : if byte 13 value is somewhere between 40 and 4F, this effect will be overridden and instead the vertical scrolling will be disabled).

Revision #1
Created 17 October 2024 15:25:06 by Mr. Ztardust
Updated 17 October 2024 15:58:46 by Mr. Ztardust