diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-16 10:23:05 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-16 10:23:05 -0500 |
commit | 6d73bb4b57efb3ff81dcc2aa0d00d5de380add9e (patch) | |
tree | 9f0d2bfa1755c9a0ea5404514d9da686a584d56d /asm/menu.s | |
parent | da2e0dfe5075d8e6200ecd06994175c81c847705 (diff) |
Import function labels from Ruby
Diffstat (limited to 'asm/menu.s')
-rwxr-xr-x | asm/menu.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/menu.s b/asm/menu.s index e1102893a..64644504e 100755 --- a/asm/menu.s +++ b/asm/menu.s @@ -2266,8 +2266,8 @@ sub_8198C34: @ 8198C34 bx r0 thumb_func_end sub_8198C34 - thumb_func_start sub_8198C58 -sub_8198C58: @ 8198C58 + thumb_func_start ProcessMenuInputNoWrap_ +ProcessMenuInputNoWrap_: @ 8198C58 push {r4,lr} bl ProcessMenuInputNoWrapAround lsls r0, 24 @@ -2282,7 +2282,7 @@ _08198C6E: pop {r4} pop {r1} bx r1 - thumb_func_end sub_8198C58 + thumb_func_end ProcessMenuInputNoWrap_ thumb_func_start sub_8198C78 sub_8198C78: @ 8198C78 |