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/new_game.s | |
parent | b7e2a259152fe716ac532dcc23c2dcfd579eee55 (diff) |
rename some functions to match pokeruby
Diffstat (limited to 'asm/new_game.s')
-rw-r--r-- | asm/new_game.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/new_game.s b/asm/new_game.s index 4fa24eef0..36b09aaf6 100644 --- a/asm/new_game.s +++ b/asm/new_game.s @@ -56,7 +56,7 @@ _080842FC: thumb_func_start set_player_trainer_id set_player_trainer_id: @ 8084310 push {r4,lr} - bl GenerateRandomNumber + bl Random adds r4, r0, 0 bl GetTrainerId lsls r4, 16 |