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/main.s | |
parent | 3ff48ec8c890d95c5fbc467896414a018bf523ad (diff) |
import names from pokeruby
Diffstat (limited to 'asm/main.s')
-rw-r--r-- | asm/main.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/main.s b/asm/main.s index 06d7e7d51..b7ac8c75c 100644 --- a/asm/main.s +++ b/asm/main.s @@ -217,7 +217,7 @@ SeedRngAndSetTrainerId: @ 8000564 ldr r0, _08000580 @ =0x04000104 ldrh r4, [r0] adds r0, r4, 0 - bl sub_8044EE8 + bl SeedRng ldr r1, _08000584 @ =0x04000106 movs r0, 0 strh r0, [r1] |