diff options
author | dheu <gwimminus@gmail.com> | 2019-07-10 14:50:54 +0800 |
---|---|---|
committer | dheu <gwimminus@gmail.com> | 2019-07-10 14:50:54 +0800 |
commit | da593ec33d7b59af1bd125638d5271c64c11c6e7 (patch) | |
tree | a0e81df26c77c974c5643cb4dbc63ea3558848d9 /include/strings.h | |
parent | 8fe7ed27febc86f61735b1395ebb5924d7607809 (diff) | |
parent | 39d68ebd445be5657a916dec1b4872717e9c40d3 (diff) |
fix: rm asm/diploma.s
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 1aa858e82..55c178b0d 100644 --- a/include/strings.h +++ b/include/strings.h @@ -91,6 +91,7 @@ extern const u8 gText_PkmnFainted3[]; extern const u8 gText_Coins[]; extern const u8 gText_EggNickname[]; extern const u8 gText_Pokemon[]; +extern const u8 gText_PkmnFainted3[]; extern const u8 gOtherText_Use[]; extern const u8 gOtherText_Give[]; |