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/pokedex_screen.s | |
parent | 3ff48ec8c890d95c5fbc467896414a018bf523ad (diff) |
import names from pokeruby
Diffstat (limited to 'asm/pokedex_screen.s')
-rw-r--r-- | asm/pokedex_screen.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/pokedex_screen.s b/asm/pokedex_screen.s index 75a55149c..e7f305065 100644 --- a/asm/pokedex_screen.s +++ b/asm/pokedex_screen.s @@ -5097,7 +5097,7 @@ sub_8104EC0: @ 8104EC0 adds r1, r4, 0 movs r2, 0x1 movs r3, 0x2 - bl sub_8008E78 + bl ConvertIntToDecimalStringN adds r1, r0, 0 movs r0, 0xBA strb r0, [r1] @@ -5106,7 +5106,7 @@ sub_8104EC0: @ 8104EC0 adds r1, r5, 0 movs r2, 0x1 movs r3, 0x2 - bl sub_8008E78 + bl ConvertIntToDecimalStringN mov r0, sp movs r1, 0x2 bl sub_8106E78 |