From 5980ff2f6689c330dd94ccdc7c281288a6cbba91 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Tue, 28 Oct 2025 18:26:33 +0100 Subject: [PATCH] ground bg builds now --- src/ground_bg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ground_bg.c b/src/ground_bg.c index 6b097db2f..312f0150d 100644 --- a/src/ground_bg.c +++ b/src/ground_bg.c @@ -5,7 +5,6 @@ #include "text_1.h" #include "memory.h" #include "file_system.h" -#include "code_8002774.h" #include "map_files_table.h" #include "code_8004AA0.h" #include "graphics_memory.h" @@ -18,7 +17,6 @@ extern const FileArchive gGroundFileArchive; -void SetCameraPositionForLayer(GroundBg *groundBg, s32 id, const PixelPos *srcPos); static void CloseOpenedFiles(GroundBg *groundBg); static void CallMapTilemapRenderFunc(MapRender *mapRender); static const u8 *BmaLayerNrlDecompressor(u16 **dstArray, const void *bmaData, SubStruct_52C *a2, BmaHeader *bmaHeader);