diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 03:44:39 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-17 03:44:39 -0800 |
commit | 3ddda066d91cbbd377584acacaea62a9deba8873 (patch) | |
tree | 4af711b5daff8a50548f1df28f3981024cb9be8e /asm/learn_move.s | |
parent | 3ff48ec8c890d95c5fbc467896414a018bf523ad (diff) |
import names from pokeruby
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 c4c40678d..70ec808d5 100644 --- a/asm/learn_move.s +++ b/asm/learn_move.s @@ -1589,7 +1589,7 @@ _080E5388: add r0, sp, 0x8 movs r2, 0x1 movs r3, 0x3 - bl sub_8008E78 + bl ConvertIntToDecimalStringN movs r0, 0 str r0, [sp] str r0, [sp, 0x4] @@ -1625,7 +1625,7 @@ _080E53D4: add r0, sp, 0x8 movs r2, 0x1 movs r3, 0x3 - bl sub_8008E78 + bl ConvertIntToDecimalStringN movs r0, 0 str r0, [sp] movs r0, 0x1 @@ -1644,7 +1644,7 @@ _080E53F4: add r0, sp, 0x8 movs r2, 0 movs r3, 0x2 - bl sub_8008E78 + bl ConvertIntToDecimalStringN movs r4, 0 str r4, [sp] str r4, [sp, 0x4] |