mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Hide objects at the end of hat chooses the wizard
This commit is contained in:
parent
59de262532
commit
ea6086e998
|
@ -957,6 +957,8 @@ pub fn main(mut agb: agb::Gba) -> ! {
|
||||||
level.clear_backgrounds(&mut vram);
|
level.clear_backgrounds(&mut vram);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
object.commit();
|
||||||
|
|
||||||
splash_screen::show_splash_screen(
|
splash_screen::show_splash_screen(
|
||||||
splash_screen::SplashScreen::End,
|
splash_screen::SplashScreen::End,
|
||||||
Some(&mut mixer),
|
Some(&mut mixer),
|
||||||
|
|
Loading…
Reference in a new issue