diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-04 11:04:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-04 11:04:31 -0400 |
commit | 0e4c9fb2c4d5d069073603f56607bfec394fe62f (patch) | |
tree | ca1563a66a82d87345672d13946258a37b091e52 /include/strings.h | |
parent | ce941e6f56803b389c20a52c0a5b89f5ade12b7a (diff) | |
parent | bb7e5ecc190b8fe944ba7742e29be721e38a18e3 (diff) |
Merge pull request #757 from DizzyEggg/pok_jump
Decompile pokemon jump + some non/fake matches
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 d1a90cfaa..1f62e3f50 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2737,6 +2737,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[]; |