From 8e1f950fd6d43be9c1f30f97a0c44e728cc6886d Mon Sep 17 00:00:00 2001 From: GriffinR Date: Mon, 23 Jan 2023 22:41:05 -0500 Subject: [PATCH] Update sOakSpeech_Background_Pals path --- src/oak_speech.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oak_speech.c b/src/oak_speech.c index 649107e7d..d5b2ba7ba 100644 --- a/src/oak_speech.c +++ b/src/oak_speech.c @@ -114,7 +114,7 @@ extern const struct OamData gOamData_AffineOff_ObjNormal_32x32; extern const struct OamData gOamData_AffineOff_ObjNormal_32x16; extern const struct OamData gOamData_AffineOff_ObjNormal_16x8; -static const u16 sOakSpeech_Background_Pals[] = INCBIN_U16("graphics/oak_speech/bg_pals.gbapal"); // Shared by the Controls Guide, Pikachu Intro and Oak Speech scenes +static const u16 sOakSpeech_Background_Pals[] = INCBIN_U16("graphics/oak_speech/bg_tiles.gbapal"); // Shared by the Controls Guide, Pikachu Intro and Oak Speech scenes static const u32 sControlsGuide_PikachuIntro_Background_Tiles[] = INCBIN_U32("graphics/oak_speech/bg_tiles.4bpp.lz"); static const u32 sPikachuIntro_Background_Tilemap[] = INCBIN_U32("graphics/oak_speech/pikachu_intro/tilemap.bin.lz"); static const u32 sOakSpeech_Background_Tiles[] = INCBIN_U32("graphics/oak_speech/oak_speech_bg.4bpp.lz");