diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-10-19 00:08:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 00:08:59 -0500 |
commit | 95d8815721321f08714b97c59a97de3a59f1e0c7 (patch) | |
tree | 6c5a1da2d031f28bcca7612870e9edf3c07cdda5 /include/strings.h | |
parent | 442baf1a00d9dc06b9d8175a66b70fe159b3aa3f (diff) | |
parent | dd3689fdbf98b0a60190bf10e3bed3158692818e (diff) |
Merge pull request #368 from Diegoisawesome/master
Finish porting/decompiling 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 0b037287a..c563353ec 100644 --- a/include/strings.h +++ b/include/strings.h @@ -872,4 +872,9 @@ extern const u8 gText_ShopBuy[]; extern const u8 gText_ShopSell[]; extern const u8 gText_ShopQuit[]; +extern const u8 gText_OhABite[]; +extern const u8 gText_PokemonOnHook[]; +extern const u8 gText_NotEvenANibble[]; +extern const u8 gText_ItGotAway[]; + #endif //GUARD_STRINGS_H |