Draft: Nightly 22.05.22 #6
@ -62,6 +62,7 @@ enum
|
|||||||
PAGE_EXECUTIVE_PRODUCERS_2,
|
PAGE_EXECUTIVE_PRODUCERS_2,
|
||||||
PAGE_ROM_HACKING,
|
PAGE_ROM_HACKING,
|
||||||
PAGE_CODE,
|
PAGE_CODE,
|
||||||
|
PAGE_SPECIAL_THANKS_6,
|
||||||
PAGE_COUNT
|
PAGE_COUNT
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -233,6 +234,7 @@ static const u8 sCreditsText_Ghoulslash[] = _("ghoulslash");
|
|||||||
static const u8 sCreditsText_Louroboros[] = _("LOuroboros");
|
static const u8 sCreditsText_Louroboros[] = _("LOuroboros");
|
||||||
static const u8 sCreditsText_Asparagus[] = _("Asparagus");
|
static const u8 sCreditsText_Asparagus[] = _("Asparagus");
|
||||||
static const u8 sCreditsText_Dunsparce9[] = _("dunsparce9");
|
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_EmptyString[] = { 0, FALSE, sCreditsText_EmptyString};
|
||||||
static const struct CreditsEntry sCreditsEntry_PkmnEmeraldVersion[] = { 7, TRUE, sCreditsText_PkmnEmeraldVersion};
|
static const struct CreditsEntry sCreditsEntry_PkmnEmeraldVersion[] = { 7, TRUE, sCreditsText_PkmnEmeraldVersion};
|
||||||
static const struct CreditsEntry sCreditsEntry_Credits[] = {11, TRUE, sCreditsText_Credits};
|
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_Louroboros[] = { 0, FALSE, sCreditsText_Louroboros};
|
||||||
static const struct CreditsEntry sCreditsEntry_Asparagus[] = { 0, FALSE, sCreditsText_Asparagus};
|
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_Dunsparce9[] = { 0, FALSE, sCreditsText_Dunsparce9};
|
||||||
|
static const struct CreditsEntry sCreditsEntry_CreepyGuy[] = { 0, FALSE, sCreditsText_CreepyGuy};
|
||||||
|
|
||||||
#define _ sCreditsEntry_EmptyString
|
#define _ sCreditsEntry_EmptyString
|
||||||
static const struct CreditsEntry *const sCreditsEntryPointerTable[PAGE_COUNT][ENTRIES_PER_PAGE] =
|
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_Asparagus,
|
||||||
sCreditsEntry_Dunsparce9,
|
sCreditsEntry_Dunsparce9,
|
||||||
},
|
},
|
||||||
|
[PAGE_SPECIAL_THANKS_6] = {
|
||||||
|
_,
|
||||||
|
sCreditsEntry_SpecialThanks,
|
||||||
|
sCreditsEntry_CreepyGuy,
|
||||||
|
_,
|
||||||
|
_,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
#undef _
|
#undef _
|
||||||
|
Loading…
x
Reference in New Issue
Block a user