diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-01-25 15:25:35 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-01-25 15:25:35 -0600 |
commit | 7d8a2ae7f0d9edaca7770cf472909bf9197acf2a (patch) | |
tree | da6571f7582a740ae28e6f8576243915f755e22f /src/decoration.c | |
parent | 10037ac0e1c1737dc7cb309257369b17ccd5e028 (diff) |
Decompile new_menu_helpers.s
Diffstat (limited to 'src/decoration.c')
-rw-r--r-- | src/decoration.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoration.c b/src/decoration.c index a9777c86f..8fb620b36 100644 --- a/src/decoration.c +++ b/src/decoration.c @@ -727,7 +727,7 @@ void sub_81271CC(u8 taskId) { sub_8126A58(1); sub_8126A88(); - sub_81973C4(0, 0); + NewMenuHelpers_DrawDialogueFrame(0, 0); sub_8126C08(); gTasks[taskId].func = sub_8126B80; } @@ -2712,7 +2712,7 @@ void sub_812A334(void) u8 taskId; pal_fill_black(); - sub_81973C4(0, 1); + NewMenuHelpers_DrawDialogueFrame(0, 1); sub_8126ABC(); taskId = CreateTask(sub_812A2C4, 8); gTasks[taskId].data[2] = 0; |