diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-26 17:53:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 17:53:18 -0400 |
commit | b9c604b8d2ffe863cf17336a4d956b08438f0f45 (patch) | |
tree | 95935cb5754f89ea78402cf4706830f71eb07e81 /include/strings.h | |
parent | 7a6d4525c4066038832d85a45ed6df6ab4660309 (diff) | |
parent | 9130579f1454c869e74ea8c953c0c778a4760396 (diff) |
Merge pull request #311 from PikalaxALT/field_player_avatar
Field player avatar
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index e7f274abd..37d856a86 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1463,4 +1463,9 @@ extern const u8 gUnknown_841B2C6[]; extern const u8 gUnknown_841B2E5[]; extern const u8 gUnknown_841B2DC[]; +// field_player_avatar +extern const u8 gText_PokemonOnHook[]; +extern const u8 gText_NotEvenANibble[]; +extern const u8 gText_ItGotAway[]; + #endif //GUARD_STRINGS_H |