mirror of
https://github.com/MiSTer-devel/InputTest_MiSTer.git
synced 2026-05-17 03:03:52 +00:00
Fix credits starfield and zorblaxx scroller reset
This commit is contained in:
1667
rtl/rom.hex
1667
rtl/rom.hex
File diff suppressed because it is too large
Load Diff
@@ -41,7 +41,7 @@ void app_credits()
|
||||
|
||||
enable_starfield();
|
||||
set_starfield_speed_x(0);
|
||||
set_starfield_speed_y(-0.1f);
|
||||
set_starfield_speed_y(-16);
|
||||
|
||||
tilemap_offset_x = 0;
|
||||
tilemap_offset_y = 0;
|
||||
|
||||
@@ -157,6 +157,9 @@ void intro_loop()
|
||||
{
|
||||
|
||||
clear_bgcolor(transparent_char);
|
||||
clear_tilemap();
|
||||
tilemap_offset_x = 0;
|
||||
scroller_pos = 0;
|
||||
|
||||
// Start intro music loop
|
||||
play_music_if(const_music_maintheme, 1);
|
||||
|
||||
Reference in New Issue
Block a user