diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-24 16:31:38 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-24 16:31:38 -0400 |
commit | a18e9c27e1b64ddb67d25afe815163c209247d9b (patch) | |
tree | 9fc9fe7c037d53250ee4cbfeb462753191130ed7 /asm/learn_move.s | |
parent | 440d06293682f9060ec7c6bd1bba6575981733de (diff) |
Rename specials according to Ruby
Diffstat (limited to 'asm/learn_move.s')
-rw-r--r-- | asm/learn_move.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/learn_move.s b/asm/learn_move.s index d93c534c0..36b88bc20 100644 --- a/asm/learn_move.s +++ b/asm/learn_move.s @@ -15,8 +15,8 @@ sub_80E4620: @ 80E4620 bx r0 thumb_func_end sub_80E4620 - thumb_func_start sub_80E4634 -sub_80E4634: @ 80E4634 + thumb_func_start DisplayMoveTutorMenu +DisplayMoveTutorMenu: @ 80E4634 push {lr} sub sp, 0x4 bl ScriptContext2_Enable @@ -35,7 +35,7 @@ sub_80E4634: @ 80E4634 bx r0 .align 2, 0 _080E465C: .4byte sub_80E4660 - thumb_func_end sub_80E4634 + thumb_func_end DisplayMoveTutorMenu thumb_func_start sub_80E4660 sub_80E4660: @ 80E4660 |