Update credits.h (oops)

This commit is contained in:
Jess 2022-05-23 11:41:57 +00:00
parent fa365a48cd
commit 30da637fa0
1 changed files with 10 additions and 0 deletions

View File

@ -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 _