Merge pull request #327 from gwilymk/hide-objects-at-the-end-of-hat-chooses-wizard

Hide objects at the end of hat chooses the wizard
This commit is contained in:
Gwilym Kuiper 2022-10-11 23:07:10 +01:00 committed by GitHub
commit 4c7ee4f27f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -957,6 +957,8 @@ pub fn main(mut agb: agb::Gba) -> ! {
level.clear_backgrounds(&mut vram);
}
object.commit();
splash_screen::show_splash_screen(
splash_screen::SplashScreen::End,
Some(&mut mixer),