From 30da637fa06ee5e7f2910aedb67a5f8edda4898d Mon Sep 17 00:00:00 2001 From: Brody M Date: Mon, 23 May 2022 11:41:57 +0000 Subject: [PATCH] Update credits.h (oops) --- src/data/credits.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/data/credits.h b/src/data/credits.h index e8cd4df..b3f6e5c 100644 --- a/src/data/credits.h +++ b/src/data/credits.h @@ -62,6 +62,7 @@ enum PAGE_EXECUTIVE_PRODUCERS_2, PAGE_ROM_HACKING, PAGE_CODE, + PAGE_SPECIAL_THANKS_6, PAGE_COUNT }; @@ -233,6 +234,7 @@ static const u8 sCreditsText_Ghoulslash[] = _("ghoulslash"); static const u8 sCreditsText_Louroboros[] = _("LOuroboros"); static const u8 sCreditsText_Asparagus[] = _("Asparagus"); static const u8 sCreditsText_Dunsparce9[] = _("dunsparce9"); +static const u8 sCreditsText_CreepyGuy[] = __("creepyguy256"); static const struct CreditsEntry sCreditsEntry_EmptyString[] = { 0, FALSE, sCreditsText_EmptyString}; static const struct CreditsEntry sCreditsEntry_PkmnEmeraldVersion[] = { 7, TRUE, sCreditsText_PkmnEmeraldVersion}; static const struct CreditsEntry sCreditsEntry_Credits[] = {11, TRUE, sCreditsText_Credits}; @@ -399,6 +401,7 @@ static const struct CreditsEntry sCreditsEntry_Ghoulslash[] static const struct CreditsEntry sCreditsEntry_Louroboros[] = { 0, FALSE, sCreditsText_Louroboros}; static const struct CreditsEntry sCreditsEntry_Asparagus[] = { 0, FALSE, sCreditsText_Asparagus}; static const struct CreditsEntry sCreditsEntry_Dunsparce9[] = { 0, FALSE, sCreditsText_Dunsparce9}; +static const struct CreditsEntry sCreditsEntry_CreepyGuy[] = { 0, FALSE, sCreditsText_CreepyGuy}; #define _ sCreditsEntry_EmptyString static const struct CreditsEntry *const sCreditsEntryPointerTable[PAGE_COUNT][ENTRIES_PER_PAGE] = @@ -816,5 +819,12 @@ static const struct CreditsEntry *const sCreditsEntryPointerTable[PAGE_COUNT][EN sCreditsEntry_Asparagus, sCreditsEntry_Dunsparce9, }, + [PAGE_SPECIAL_THANKS_6] = { + _, + sCreditsEntry_SpecialThanks, + sCreditsEntry_CreepyGuy, + _, + _, + }, }; #undef _