mirror of
https://github.com/pret/pmd-red.git
synced 2026-07-16 08:51:35 -05:00
27 lines
722 B
C
27 lines
722 B
C
static const Window sUnknown_80E016C = {
|
|
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 CYAN}{POKEMON_1}{RESET}!");
|
|
|
|
ALIGNED(4) static const u8 sThanksForEscortingMe[] = _(
|
|
" Thank you for escorting me\n"
|
|
"to {COLOR CYAN}{POKEMON_1}{RESET}! ");
|
|
|
|
ALIGNED(4) static const u8 sThanksForDelivering[] = _(
|
|
" Thank you for delivering\n"
|
|
"the {COLOR GREEN}{MOVE_ITEM_0}{RESET}!");
|
|
|
|
ALIGNED(4) static const u8 sThanksForGetting[] = _(
|
|
" Thank you for getting me\n"
|
|
"the {COLOR GREEN}{MOVE_ITEM_0}{RESET}!");
|