diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-03 11:00:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-03 11:00:29 -0400 |
commit | 3ca1a5d9b03279f3f2423159cae2510655009e2a (patch) | |
tree | fa974c4bd705327fb56bd36948c480a59168976a /include/strings.h | |
parent | 242bed733fb960743701e0ab088e5b2bc1d92e79 (diff) | |
parent | 3280d40506ccc0ffc54cf23da88973d2e9029341 (diff) |
Merge pull request #761 from DizzyEggg/dodrio
Decompile Dodrio berry picking
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 5d8d2eb79..261396678 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2708,6 +2708,28 @@ extern const u8 gText_Symbols[]; extern const u8 gText_Register2[]; extern const u8 gText_Exit2[]; +// Dodrio Berry Picking +extern const u8 gText_BerryPickingRecords[]; +extern const u8 gText_BerriesPicked[]; +extern const u8 gText_BerriesInRowFivePlayers[]; +extern const u8 gText_BestScore[]; +extern const u8 gText_1Colon[]; +extern const u8 gText_2Colon[]; +extern const u8 gText_3Colon[]; +extern const u8 gText_4Colon[]; +extern const u8 gText_5Colon[]; +extern const u8 gText_SpacePoints[]; +extern const u8 gText_10P30P50P50P[]; +extern const u8 gText_AnnouncingPrizes[]; +extern const u8 gText_AnnouncingRankings[]; +extern const u8 gText_FirstPlacePrize[]; +extern const u8 gText_CantHoldAnyMore[]; +extern const u8 gText_FilledStorageSpace[]; +extern const u8 gText_BerryPickingResults[]; +extern const u8 gText_WantToPlayAgain[]; +extern const u8 gText_CommunicationStandby3[]; +extern const u8 gText_SomeoneDroppedOut[]; + // Pokemon jump extern const u8 gText_WantToPlayAgain2[]; extern const u8 gText_SomeoneDroppedOut2[]; |