summaryrefslogtreecommitdiff
path: root/src/credits.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-09-25 13:50:16 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-09-25 13:50:16 -0400
commitde31b97196972501f0a492547a598781e76db595 (patch)
treeb32a1af37409932e7705b2c761b7af01d850dcda /src/credits.c
parent44f8d694ce5760fba5272936cfe3ab1fe48537a8 (diff)
Update name of LoadMonPicForCredits
Diffstat (limited to 'src/credits.c')
-rw-r--r--src/credits.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/credits.c b/src/credits.c
index 997c1ea16..abb287194 100644
--- a/src/credits.c
+++ b/src/credits.c
@@ -1771,28 +1771,28 @@ static void LoadCreditsMonPic(u8 whichMon)
case CREDITSMON_CHARIZARD:
InitWindows(sWindowTemplates_Charizard);
FillWindowPixelBuffer(0, PIXEL_FILL(0));
- LoadMonPicForCredits(SPECIES_CHARIZARD, 8, 0, TRUE, 10, 0);
+ LoadMonPicInWindow(SPECIES_CHARIZARD, 8, 0, TRUE, 10, 0);
CopyToWindowPixelBuffer(1, (const void *)sWindow1Map_Charizard, 0, 0);
CopyToWindowPixelBuffer(2, (const void *)sWindow2Map_Charizard, 0, 0);
break;
case CREDITSMON_VENUSAUR:
InitWindows(sWindowTemplates_Venusaur);
FillWindowPixelBuffer(0, PIXEL_FILL(0));
- LoadMonPicForCredits(SPECIES_VENUSAUR, 8, 0, TRUE, 10, 0);
+ LoadMonPicInWindow(SPECIES_VENUSAUR, 8, 0, TRUE, 10, 0);
CopyToWindowPixelBuffer(1, (const void *)sWindow1Map_Venusaur, 0, 0);
CopyToWindowPixelBuffer(2, (const void *)sWindow2Map_Venusaur, 0, 0);
break;
case CREDITSMON_BLASTOISE:
InitWindows(sWindowTemplates_Blastoise);
FillWindowPixelBuffer(0, PIXEL_FILL(0));
- LoadMonPicForCredits(SPECIES_BLASTOISE, 8, 0, TRUE, 10, 0);
+ LoadMonPicInWindow(SPECIES_BLASTOISE, 8, 0, TRUE, 10, 0);
CopyToWindowPixelBuffer(1, (const void *)sWindow1Map_Blastoise, 0, 0);
CopyToWindowPixelBuffer(2, (const void *)sWindow2Map_Blastoise, 0, 0);
break;
case CREDITSMON_PIKACHU:
InitWindows(sWindowTemplates_Pikachu);
FillWindowPixelBuffer(0, PIXEL_FILL(0));
- LoadMonPicForCredits(SPECIES_PIKACHU, 8, 0, TRUE, 10, 0);
+ LoadMonPicInWindow(SPECIES_PIKACHU, 8, 0, TRUE, 10, 0);
CopyToWindowPixelBuffer(1, (const void *)sWindow1Map_Pikachu, 0, 0);
CopyToWindowPixelBuffer(2, (const void *)sWindow2Map_Pikachu, 0, 0);
break;