diff options
Diffstat (limited to 'asm/pokemon_storage_system.s')
-rw-r--r-- | asm/pokemon_storage_system.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/pokemon_storage_system.s b/asm/pokemon_storage_system.s index 1a0bf5a7b..f80eb5441 100644 --- a/asm/pokemon_storage_system.s +++ b/asm/pokemon_storage_system.s @@ -1932,7 +1932,7 @@ _0808C80E: adds r1, r4, 0 movs r2, 0 movs r3, 0x2 - bl sub_8008E78 + bl ConvertIntToDecimalStringN lsls r4, 16 lsrs r5, r4, 16 cmp r5, 0xD @@ -2548,7 +2548,7 @@ _0808CCC0: adds r1, r7, 0 movs r2, 0x1 movs r3, 0x2 - bl sub_8008E78 + bl ConvertIntToDecimalStringN ldr r0, [r5] adds r0, r4 movs r1, 0x3 @@ -16863,7 +16863,7 @@ _08093EF2: adds r0, r2, 0 movs r2, 0 movs r3, 0x3 - bl sub_8008E78 + bl ConvertIntToDecimalStringN adds r2, r0, 0 strb r5, [r2] movs r0, 0xFF |