diff --git a/template/src/main.rs b/template/src/main.rs index 4b99a11d..2e8b4d80 100644 --- a/template/src/main.rs +++ b/template/src/main.rs @@ -4,7 +4,7 @@ extern crate agb; use agb::{display, syscall}; -#[no_mangle] +#[agb::entry] pub fn main() -> ! { let mut gba = agb::Gba::new(); let mut bitmap = gba.display.video.bitmap3();