diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-16 08:48:14 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-16 08:48:14 -0400 |
commit | e13e7eccafdc48b648bf20f8e02f72130c51d1ab (patch) | |
tree | e5d3e9578f5cad6433c28c5a252360b0bdfd4410 /asm/pokemon_summary_screen.s | |
parent | 96a39a14bd99d7100246bac68a9965e55ab1e34a (diff) |
Use .double directive in asm
Diffstat (limited to 'asm/pokemon_summary_screen.s')
-rw-r--r-- | asm/pokemon_summary_screen.s | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/asm/pokemon_summary_screen.s b/asm/pokemon_summary_screen.s index 2fa836876..55aba69ec 100644 --- a/asm/pokemon_summary_screen.s +++ b/asm/pokemon_summary_screen.s @@ -10482,7 +10482,7 @@ _08139BA0: bl __floatsidf str r0, [sp] str r1, [sp, 0x4] - ldr r3, _08139BDC @ =0x9999999a + ldr r3, _08139BD8+4 @ =0x9999999a ldr r2, _08139BD8 @ =0x3fe99999 bl __muldf3 adds r5, r1, 0 @@ -10503,11 +10503,10 @@ _08139BA0: movs r0, 0x2 b _08139C16 .align 2, 0 -_08139BD8: .4byte 0x3fe99999 -_08139BDC: .4byte 0x9999999a +_08139BD8: .double 0.8 _08139BE0: .4byte gUnknown_203B170 _08139BE4: - ldr r3, _08139C08 @ =0x33333333 + ldr r3, _08139C04+4 @ =0x33333333 ldr r2, _08139C04 @ =0x3fe33333 ldr r0, [sp] ldr r1, [sp, 0x4] @@ -10522,8 +10521,7 @@ _08139BE4: movs r0, 0x1 b _08139C16 .align 2, 0 -_08139C04: .4byte 0x3fe33333 -_08139C08: .4byte 0x33333333 +_08139C04: .double 0.6 _08139C0C: .4byte gUnknown_203B170 _08139C10: ldr r0, _08139C38 @ =gUnknown_203B170 |