fix chicken example

This commit is contained in:
Corwin Kuiper 2021-06-05 16:14:48 +01:00
parent a39363b6ae
commit ec161d9161

View file

@ -48,7 +48,7 @@ pub fn main() -> ! {
let vblank = gba.display.vblank.get();
let mut input = agb::input::ButtonController::new();
gfx.set_sprite_palette(&CHICKEN_PALETTE);
gfx.set_sprite_palette_raw(&CHICKEN_PALETTE);
gfx.set_sprite_tilemap(&CHICKEN_TILES);
gfx.set_background_palette_raw(&MAP_PALETTE);