diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-10-19 00:05:54 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-10-19 00:05:54 -0500 |
commit | dd3689fdbf98b0a60190bf10e3bed3158692818e (patch) | |
tree | 8cf5a7bd95bf2b7598d096139f45e8352619bc22 /include/strings.h | |
parent | 6206acd2d20af143698e4b5ae1dfe04af6360d27 (diff) |
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 |