diff options
author | camthesaxman <cameronghall@cox.net> | 2017-09-10 12:34:41 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-09-10 12:34:41 -0500 |
commit | df71c1a803e49b93dfb19cdac6cf71621d82d89a (patch) | |
tree | d2ad7b4404ec9ea95672638cd11f886104841b18 /src/pokeblock.c | |
parent | 5e9e52e3a95f4d7301565ad86084907f2d8a94e6 (diff) |
lots more renaming
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 029bb066f..9f74a0cf4 100644 --- a/src/pokeblock.c +++ b/src/pokeblock.c @@ -816,7 +816,7 @@ static void sub_810C368(u8 taskId) sub_80F98A4(1); BasicInitMenuWindow(&gWindowConfig_81E6E50); MenuDrawTextWindow(7, v0 + 4, 13, 11); - PrintMenuItemsReordered(8, v0 + 5, gUnknown_0203924C, (const struct MenuAction *)gUnknown_083F7EF4, gUnknown_03000758); + PrintMenuItemsReordered(8, v0 + 5, gUnknown_0203924C, gUnknown_083F7EF4, gUnknown_03000758); InitMenu(0, 8, v0 + 5, gUnknown_0203924C, 0, 5); gScriptItemId = gUnknown_02039248.unk0 + gUnknown_02039248.unk1; gTasks[taskId].func = sub_810C40C; |