summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-09-30 21:04:25 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-09-30 21:04:25 -0400
commit07064bd58603de0f0470bab373196a40fe5d929c (patch)
tree138faead61c2ea57b1fdd6238fd0866455d495f1 /src
parentbeedb8d73f40b045906f521b48f40367697b6ebb (diff)
Name extern berry pouch gfx
Diffstat (limited to 'src')
-rw-r--r--src/berry_pouch.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/berry_pouch.c b/src/berry_pouch.c
index abf2484f6..9be2537b9 100644
--- a/src/berry_pouch.c
+++ b/src/berry_pouch.c
@@ -607,20 +607,20 @@ static bool8 BerryPouchLoadGfx(void)
{
case 0:
ResetTempTileDataBuffers();
- DecompressAndCopyTileDataToVram(1, gUnknown_8E859D0, 0, 0, 0);
+ DecompressAndCopyTileDataToVram(1, gBerryPouchBgGfx, 0, 0, 0);
sResources->data[0]++;
break;
case 1:
if (FreeTempTileDataBuffersIfPossible() != TRUE)
{
- LZDecompressWram(gUnknown_8E85C44, sResources->bg1TilemapBuffer);
+ LZDecompressWram(gBerryPouchBg1Tilemap, sResources->bg1TilemapBuffer);
sResources->data[0]++;
}
break;
case 2:
- LoadCompressedPalette(gUnknown_8E85BA4, 0, 0x60);
+ LoadCompressedPalette(gBerryPouchBgPals, 0, 0x60);
if (gSaveBlock2Ptr->playerGender != MALE)
- LoadCompressedPalette(gUnknown_8E85BF4, 0, 0x20);
+ LoadCompressedPalette(gBerryPouchBgPal0FemaleOverride, 0, 0x20);
sResources->data[0]++;
break;
case 3: