diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-04-26 12:50:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-26 12:50:51 -0400 |
commit | a1e8de5098b9bc3a978240e893a494f1a25248d8 (patch) | |
tree | 1381887937def8daa4cc9e9cc477a59e9ff74390 /asm/text_window.s | |
parent | 1a4867a4bf4427c45af7545adcabae58ee19eb6e (diff) | |
parent | 274151836b44d960ab357d861a4d79602a8722d5 (diff) |
Merge pull request #53 from PikalaxALT/mystery_gift_menu
Mystery gift menu
Diffstat (limited to 'asm/text_window.s')
-rw-r--r-- | asm/text_window.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/text_window.s b/asm/text_window.s index df5c80739..02a6efcfe 100644 --- a/asm/text_window.s +++ b/asm/text_window.s @@ -440,8 +440,8 @@ sub_815001C: @ 815001C _08150044: .4byte gSaveBlock2Ptr thumb_func_end sub_815001C - thumb_func_start sub_8150048 -sub_8150048: @ 8150048 + thumb_func_start DrawTextBorderOuter +DrawTextBorderOuter: @ 8150048 push {r4-r7,lr} mov r7, r10 mov r6, r9 @@ -625,7 +625,7 @@ sub_8150048: @ 8150048 pop {r4-r7} pop {r0} bx r0 - thumb_func_end sub_8150048 + thumb_func_end DrawTextBorderOuter thumb_func_start sub_81501D0 sub_81501D0: @ 81501D0 |