Don't start at boss by default

This commit is contained in:
Gwilym Kuiper 2022-02-14 23:39:06 +00:00
parent f1bc09d6cd
commit 05e8acd93c

View file

@ -2158,7 +2158,7 @@ fn game_with_level(gba: &mut agb::Gba) {
let mut sfx = sfx::Sfx::new(&mut mixer);
sfx.purple_night();
let mut start_at_boss = true;
let mut start_at_boss = false;
loop {
let (background, mut vram) = gba.display.video.tiled0();