diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-07-29 12:35:57 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2019-07-29 12:35:57 +0200 |
commit | e634e722ccb2db1f72f207485233d120fa8f8399 (patch) | |
tree | 446b475304838af370b667ce3d57e1098f48b7b8 /include/strings.h | |
parent | 136da953d6888562e76b0694a98988888adcd6d8 (diff) |
Decompile pokemon jump
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index a959821d4..bead5849d 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2715,6 +2715,12 @@ extern const u8 gText_CommunicationStandby4[]; extern const u8 gText_AwesomeWonF701F700[]; extern const u8 gText_FilledStorageSpace2[]; extern const u8 gText_CantHoldMore[]; +extern const u8 gText_SpacePoints2[]; +extern const u8 gText_SpaceTimes3[]; +extern const u8 gText_PkmnJumpRecords[]; +extern const u8 gText_JumpsInARow[]; +extern const u8 gText_BestScore2[]; +extern const u8 gText_ExcellentsInARow[]; // Pokenav Match Call extern const u8 gText_CallCantBeMadeHere[]; |