change asset filenames

This commit is contained in:
PikalaxALT
2019-04-24 23:08:23 -04:00
parent b4ffd53ee2
commit 276db165b7
9 changed files with 8 additions and 27 deletions

Before

Width:  |  Height:  |  Size: 595 B

After

Width:  |  Height:  |  Size: 595 B

-19
View File
@@ -1,19 +0,0 @@
JASC-PAL
0100
16
0 0 0
213 238 255
172 205 255
139 180 238
106 156 230
49 115 180
65 123 189
82 139 205
205 222 238
172 189 205
123 123 131
90 90 115
49 115 172
238 230 139
230 213 139
213 197 106

Before

Width:  |  Height:  |  Size: 574 B

After

Width:  |  Height:  |  Size: 574 B

Before

Width:  |  Height:  |  Size: 283 B

After

Width:  |  Height:  |  Size: 283 B

+1 -1
View File
@@ -663,5 +663,5 @@ $(FAMECHECKERGFXDIR)/img_845cf00.4bpp: %.4bpp: %.png
$(GLOBALGFXDIR)/fame_checker_bg.4bpp: %.4bpp: %.png
$(GFX) $< $@ -num_tiles 165
data/seagallop/unk_8468C98.4bpp: %.4bpp: %.png
data/seagallop/water.4bpp: %.4bpp: %.png
$(GFX) $< $@ -num_tiles 41
+7 -7
View File
@@ -44,13 +44,13 @@ static void CreateWakeSprite(s16 x);
static void SpriteCB_Wake(struct Sprite * sprite);
static bool8 GetDirectionOfTravel(void);
static const u16 sWaterTiles[] = INCBIN_U16("data/seagallop/unk_8468C98.4bpp");
static const u16 sWaterPal[] = INCBIN_U16("data/seagallop/unk_84691B8.gbapal");
static const u16 sWaterTilemap_WB[] = INCBIN_U16("data/seagallop/unk_84691D8.bin");
static const u16 sWaterTilemap_EB[] = INCBIN_U16("data/seagallop/unk_84699D8.bin");
static const u16 sFerrySpriteTiles[] = INCBIN_U16("data/seagallop/unk_846A1D8.4bpp");
static const u16 sFerryAndWakePal[] = INCBIN_U16("data/seagallop/unk_846A6D8.gbapal");
static const u16 sWakeSpriteTiles[] = INCBIN_U16("data/seagallop/unk_846A6F8.4bpp");
static const u16 sWaterTiles[] = INCBIN_U16("data/seagallop/water.4bpp");
static const u16 sWaterPal[] = INCBIN_U16("data/seagallop/water.gbapal");
static const u16 sWaterTilemap_WB[] = INCBIN_U16("data/seagallop/wb_tilemap.bin");
static const u16 sWaterTilemap_EB[] = INCBIN_U16("data/seagallop/eb_tilemap.bin");
static const u16 sFerrySpriteTiles[] = INCBIN_U16("data/seagallop/ferry_sprite.4bpp");
static const u16 sFerryAndWakePal[] = INCBIN_U16("data/seagallop/ferry_and_wake.gbapal");
static const u16 sWakeSpriteTiles[] = INCBIN_U16("data/seagallop/wake.4bpp");
static const struct BgTemplate sBGTemplates[] = {
{