diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-07-05 20:11:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-05 20:11:10 -0700 |
commit | 9238533346fd97c67e48fee33a204d1e8e2dd0a7 (patch) | |
tree | e9a140e919d72891ea825b64fc72a9cfa175ce88 /src/pokeblock.c | |
parent | 99c98097753008b1f824a676b36f34ac2857effe (diff) | |
parent | f309f3272ae04be643ee3d1dd9f3fc3e5fc6c699 (diff) |
Merge pull request #648 from yenatch/master
fix WarpEvent and label some of pokemon_summary_screen
Diffstat (limited to 'src/pokeblock.c')
-rw-r--r-- | src/pokeblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokeblock.c b/src/pokeblock.c index a24cb32cf..03939556c 100644 --- a/src/pokeblock.c +++ b/src/pokeblock.c @@ -462,7 +462,7 @@ void debug_sub_8120F98(void) static void sub_810BB0C(void) { BasicInitMenuWindow(&gWindowTemplate_81E6E34); - sub_8072BD8(ItemId_GetName(ITEM_POKEBLOCK_CASE), 2, 1, 0x48); + MenuPrint_Centered(ItemId_GetName(ITEM_POKEBLOCK_CASE), 2, 1, 0x48); } static void sub_810BB30(void) |