diff options
author | YamaArashi <shadow962@live.com> | 2017-01-14 17:33:43 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-14 17:33:43 -0800 |
commit | c01a3f428529776bc3874b74141094ae8ad03b52 (patch) | |
tree | 6e139ebb66e079ada936ba2961efb0000b418e45 /asm/scrcmd.s | |
parent | b7e2a259152fe716ac532dcc23c2dcfd579eee55 (diff) |
rename some functions to match pokeruby
Diffstat (limited to 'asm/scrcmd.s')
-rw-r--r-- | asm/scrcmd.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/scrcmd.s b/asm/scrcmd.s index 64e5c8684..b0dfcf1e2 100644 --- a/asm/scrcmd.s +++ b/asm/scrcmd.s @@ -936,7 +936,7 @@ s8F_get_random_val: @ 809996C lsls r4, 16 lsrs r4, 16 ldr r5, =gUnknown_020375F0 - bl GenerateRandomNumber + bl Random lsls r0, 16 lsrs r0, 16 adds r1, r4, 0 |