diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-28 21:34:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-28 21:34:16 -0600 |
commit | 6512ebff67e163a5a6c0f5e19847e2a4dda19ad1 (patch) | |
tree | 028f81d66b2cd990d163062280e558a080b30071 /asm/code_80428A0.s | |
parent | 7a1956f51d3bbba5f49f97526b79efafa85792bb (diff) | |
parent | f0ef6ae481ec2cc655f1606f074de38ef26276c4 (diff) |
Merge pull request #90 from pret/pokemon_mail_data
Pokemon mail data and some decomp
Diffstat (limited to 'asm/code_80428A0.s')
-rw-r--r-- | asm/code_80428A0.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/code_80428A0.s b/asm/code_80428A0.s index 49ef590..bb4e09e 100644 --- a/asm/code_80428A0.s +++ b/asm/code_80428A0.s @@ -1099,7 +1099,7 @@ _08043318: movs r0, 0xA strh r0, [r1] ldr r0, [r2] - bl sub_80840D8 + bl SetDungeonRNG _08043346: ldr r0, [r4] ldr r1, _080434C4 @@ -4197,4 +4197,4 @@ ResetAction: bx lr thumb_func_end ResetAction - .align 2, 0
\ No newline at end of file + .align 2, 0 |