diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-07-25 08:10:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-25 08:10:18 -0700 |
commit | 919e7b4387556ce59e2d3a3bcb2ad44fe76ee8ee (patch) | |
tree | 345f52571b2d6c5505441e914f73d576acff7c9a /src/pokedex.c | |
parent | 5883f867f00b8cc3f3630a8ab4aa2e9d21406949 (diff) | |
parent | 7270e73fee332d53c4f30069af4525d89cd165b0 (diff) |
Merge pull request #279 from Diegoisawesome/master
Move strings to C, misc cleanup
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index 37e0515bd..0d73a9fe1 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -812,7 +812,7 @@ const struct WindowTemplate sWindowTemplates_0855D2A8[] = DUMMY_WIN_TEMPLATE }; -const u8 gUnknown_0855D2B8[] = _("{UNK_CTRL_F9 8}000"); +const u8 gUnknown_0855D2B8[] = _("{NO}000"); const u8 gUnknown_0855D2BE[] = INCBIN_U8("graphics/pokedex/caught_ball.4bpp"); const u8 sText_TenDashes[] = _("----------"); |