Renamed a berry tag variable
This commit is contained in:
+1
-1
@@ -3307,7 +3307,7 @@ extern const u16 gPokedexSearchMenu_Pal[];
|
|||||||
extern const u32 gBerryCheck_Gfx[];
|
extern const u32 gBerryCheck_Gfx[];
|
||||||
extern const u32 gBerryCheck_Pal[];
|
extern const u32 gBerryCheck_Pal[];
|
||||||
extern const u32 gBerryTag_Gfx[];
|
extern const u32 gBerryTag_Gfx[];
|
||||||
extern const u32 gBerryTag_Pal[];
|
extern const u32 gBerryTag_Tilemap[];
|
||||||
|
|
||||||
// rayquaza scene gfx
|
// rayquaza scene gfx
|
||||||
extern const u32 gRaySceneDuoFight_Groudon_Gfx[];
|
extern const u32 gRaySceneDuoFight_Groudon_Gfx[];
|
||||||
|
|||||||
@@ -331,7 +331,7 @@ static bool8 LoadBerryTagGfx(void)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
LZDecompressWram(gBerryTag_Pal, sBerryTag->tilemapBuffers[2]);
|
LZDecompressWram(gBerryTag_Tilemap, sBerryTag->tilemapBuffers[2]);
|
||||||
sBerryTag->gfxState++;
|
sBerryTag->gfxState++;
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ const u32 gBerryCheck_Gfx[] = INCBIN_U32("graphics/bag/check_berry.4bpp.lz");
|
|||||||
const u32 gBerryCheck_Pal[] = INCBIN_U32("graphics/bag/check_berry.gbapal.lz");
|
const u32 gBerryCheck_Pal[] = INCBIN_U32("graphics/bag/check_berry.gbapal.lz");
|
||||||
|
|
||||||
const u32 gBerryTag_Gfx[] = INCBIN_U32("graphics/bag/berry_tag.bin.lz");
|
const u32 gBerryTag_Gfx[] = INCBIN_U32("graphics/bag/berry_tag.bin.lz");
|
||||||
const u32 gBerryTag_Pal[] = INCBIN_U32("graphics/bag/berry_tag_title.bin.lz");
|
const u32 gBerryTag_Tilemap[] = INCBIN_U32("graphics/bag/berry_tag_title.bin.lz");
|
||||||
|
|
||||||
const u32 gBerryCheckCircle_Gfx[] = INCBIN_U32("graphics/bag/check_berry_circle.4bpp.lz");
|
const u32 gBerryCheckCircle_Gfx[] = INCBIN_U32("graphics/bag/check_berry_circle.4bpp.lz");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user