mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-09 02:45:59 -05:00
26 lines
806 B
C
26 lines
806 B
C
static const UnkTextStruct2 sUnknown_80E016C = {
|
|
0, 0, 0, 0,
|
|
3,
|
|
0, 0,
|
|
0, 0,
|
|
0, 0,
|
|
NULL
|
|
};
|
|
|
|
ALIGNED(4) static const u8 sThanksForRescuingMe[] = _(" Thank you for rescuing me!");
|
|
|
|
ALIGNED(4) static const u8 sThanksForRescuingThem[] = _(
|
|
" Thank you for rescuing\n"
|
|
"{COLOR_1 CYAN}{ARG_POKEMON_1}{END_COLOR_TEXT_1}!");
|
|
|
|
ALIGNED(4) static const u8 sThanksForEscortingMe[] = _(
|
|
" Thank you for escorting me\n"
|
|
"to {COLOR_1 CYAN}{ARG_POKEMON_1}{END_COLOR_TEXT_1}! ");
|
|
|
|
ALIGNED(4) static const u8 sThanksForDelivering[] = _(
|
|
" Thank you for delivering\n"
|
|
"the {COLOR_1 GREEN}{ARG_MOVE_ITEM_0}{END_COLOR_TEXT_1}!");
|
|
|
|
ALIGNED(4) static const u8 sThanksForGetting[] = _(
|
|
" Thank you for getting me\n"
|
|
"the {COLOR_1 GREEN}{ARG_MOVE_ITEM_0}{END_COLOR_TEXT_1}!"); |