This commit is contained in:
2026-04-16 16:37:38 +02:00
parent 083a57dab5
commit 0cd09f6d28
21 changed files with 57 additions and 57 deletions

View File

@@ -11,9 +11,9 @@
namespace scenes {
void BannerScene::onEnter() {
playMusic("00000004.ogg");
playMusic("music/00000004.ogg");
gfx_ = SurfaceHandle("ffase.gif");
gfx_ = SurfaceHandle("gfx/ffase.gif");
JD8_ClearScreen(0);
// Títols superior i inferior del banner (compartits per tots els nivells)
@@ -30,7 +30,7 @@ void BannerScene::onEnter() {
}
// PaletteFade copia internament amb memcpy; alliberem la paleta temporal.
JD8_Palette pal = JD8_LoadPalette("ffase.gif");
JD8_Palette pal = JD8_LoadPalette("gfx/ffase.gif");
fade_.startFadeTo(pal);
std::free(pal);