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/learn_move.s | |
parent | da2e0dfe5075d8e6200ecd06994175c81c847705 (diff) |
Import function labels from Ruby
Diffstat (limited to 'asm/learn_move.s')
-rwxr-xr-x | asm/learn_move.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/learn_move.s b/asm/learn_move.s index 159b16f7e..acd9f4f98 100755 --- a/asm/learn_move.s +++ b/asm/learn_move.s @@ -353,7 +353,7 @@ _08160994: b _08160E88 .pool _081609A8: - bl sub_8198C58 + bl ProcessMenuInputNoWrap_ lsls r0, 24 asrs r1, r0, 24 cmp r1, 0 @@ -433,7 +433,7 @@ _08160A50: b _08160E88 .pool _08160A64: - bl sub_8198C58 + bl ProcessMenuInputNoWrap_ lsls r0, 24 asrs r1, r0, 24 cmp r1, 0 @@ -493,7 +493,7 @@ _08160ADC: b _08160E88 .pool _08160AEC: - bl sub_8198C58 + bl ProcessMenuInputNoWrap_ lsls r0, 24 asrs r1, r0, 24 cmp r1, 0 @@ -551,7 +551,7 @@ _08160B6C: b _08160E88 .pool _08160B80: - bl sub_8198C58 + bl ProcessMenuInputNoWrap_ lsls r0, 24 asrs r1, r0, 24 cmp r1, 0 |