diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-09 14:07:19 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-13 05:26:18 +0800 |
commit | e0e81c5fbe6a0c0bdcbb5a1de5e16dfb1ffdc091 (patch) | |
tree | b0805ce04611816310a9fbbd5784ab7741aab6e3 /asm/clear_save_data_screen.s | |
parent | 09b94d8b342bb29f962bb3c23fb4267877df710e (diff) |
finished menu (1 failed attempt)
Diffstat (limited to 'asm/clear_save_data_screen.s')
-rw-r--r-- | asm/clear_save_data_screen.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/clear_save_data_screen.s b/asm/clear_save_data_screen.s index ccae18c34..f6cd11410 100644 --- a/asm/clear_save_data_screen.s +++ b/asm/clear_save_data_screen.s @@ -120,7 +120,7 @@ _080F5660: movs r1, 0x1 movs r2, 0x1 movs r3, 0xF - bl SetWindowBorderStyle + bl DrawStdFrameWithCustomTileAndPalette movs r0, 0x1 str r0, [sp] str r0, [sp, 0x4] @@ -304,7 +304,7 @@ _080F57D4: lsrs r4, r0, 24 cmp r4, 0 bne _080F57FE - bl sub_81100E8 + bl DestroyYesNoMenu adds r0, r6, 0 bl DestroyTask bl FreeAllWindowBuffers |