diff options
-rw-r--r-- | graphics/title_screen/firered/fire_sprite.pal (renamed from graphics/title_screen/firered/fire_or_leaf.pal) | 0 | ||||
-rw-r--r-- | graphics/title_screen/firered/fire_sprite.png (renamed from graphics/title_screen/firered/fire_or_leaf.png) | bin | 539 -> 539 bytes | |||
-rw-r--r-- | graphics/title_screen/leafgreen/leaf_sprite.pal (renamed from graphics/title_screen/leafgreen/fire_or_leaf.pal) | 0 | ||||
-rw-r--r-- | graphics/title_screen/leafgreen/leaf_sprite.png (renamed from graphics/title_screen/leafgreen/fire_or_leaf.png) | bin | 350 -> 350 bytes | |||
-rw-r--r-- | src/graphics.c | 4 |
5 files changed, 2 insertions, 2 deletions
diff --git a/graphics/title_screen/firered/fire_or_leaf.pal b/graphics/title_screen/firered/fire_sprite.pal index 7a29ab72c..7a29ab72c 100644 --- a/graphics/title_screen/firered/fire_or_leaf.pal +++ b/graphics/title_screen/firered/fire_sprite.pal diff --git a/graphics/title_screen/firered/fire_or_leaf.png b/graphics/title_screen/firered/fire_sprite.png Binary files differindex 66a57a899..66a57a899 100644 --- a/graphics/title_screen/firered/fire_or_leaf.png +++ b/graphics/title_screen/firered/fire_sprite.png diff --git a/graphics/title_screen/leafgreen/fire_or_leaf.pal b/graphics/title_screen/leafgreen/leaf_sprite.pal index 4b0df85f2..4b0df85f2 100644 --- a/graphics/title_screen/leafgreen/fire_or_leaf.pal +++ b/graphics/title_screen/leafgreen/leaf_sprite.pal diff --git a/graphics/title_screen/leafgreen/fire_or_leaf.png b/graphics/title_screen/leafgreen/leaf_sprite.png Binary files differindex d4f7dd622..d4f7dd622 100644 --- a/graphics/title_screen/leafgreen/fire_or_leaf.png +++ b/graphics/title_screen/leafgreen/leaf_sprite.png diff --git a/src/graphics.c b/src/graphics.c index e6f2b6dcc..a262ef8e2 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1386,7 +1386,7 @@ const u8 gGraphics_TitleScreen_BoxArtMonMap[] = INCBIN_U8("graphics/title_screen const u16 gGraphics_TitleScreen_BackgroundPals[] = INCBIN_U16("graphics/title_screen/firered/background.gbapal"); const u8 gGraphics_TitleScreen_CopyrightPressStartTiles[] = INCBIN_U8("graphics/title_screen/copyright_press_start.4bpp.lz"); const u8 gGraphics_TitleScreen_CopyrightPressStartMap[] = INCBIN_U8("graphics/title_screen/copyright_press_start.bin.lz"); -const u16 gGraphics_TitleScreen_FireOrLeafPals[] = INCBIN_U16("graphics/title_screen/firered/fire_or_leaf.gbapal"); +const u16 gGraphics_TitleScreen_FireOrLeafPals[] = INCBIN_U16("graphics/title_screen/firered/fire_sprite.gbapal"); const u32 gGraphics_TitleScreen_BlankObjTiles[] = INCBIN_U32("graphics/title_screen/blank_obj.4bpp.lz"); #endif @@ -1400,7 +1400,7 @@ const u8 gGraphics_TitleScreen_BoxArtMonMap[] = INCBIN_U8("graphics/title_screen const u16 gGraphics_TitleScreen_BackgroundPals[] = INCBIN_U16("graphics/title_screen/leafgreen/background.gbapal"); const u8 gGraphics_TitleScreen_CopyrightPressStartTiles[] = INCBIN_U8("graphics/title_screen/copyright_press_start.4bpp.lz"); const u8 gGraphics_TitleScreen_CopyrightPressStartMap[] = INCBIN_U8("graphics/title_screen/copyright_press_start.bin.lz"); -const u16 gGraphics_TitleScreen_FireOrLeafPals[] = INCBIN_U16("graphics/title_screen/leafgreen/fire_or_leaf.gbapal"); +const u16 gGraphics_TitleScreen_FireOrLeafPals[] = INCBIN_U16("graphics/title_screen/leafgreen/leaf_sprite.gbapal"); const u32 gGraphics_TitleScreen_BlankObjTiles[] = INCBIN_U32("graphics/title_screen/blank_obj.4bpp.lz"); #endif |