diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-18 21:33:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-18 21:33:08 -0500 |
commit | 26ca9acfa5858f1caaa67f2a5e0509a6b47ee644 (patch) | |
tree | 4acd3927c0df8fae1c5f6d2c650862dd5d765899 /asm/learn_move.s | |
parent | 9078a0672d190a6e23cde45ff2b22914de6e1517 (diff) | |
parent | a63750306c6c8f6e55aa7e888595117857047d59 (diff) |
Merge pull request #25 from ProjectRevoTPP/money_coins
decompile money.c and coins.c
Diffstat (limited to 'asm/learn_move.s')
-rw-r--r-- | asm/learn_move.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/learn_move.s b/asm/learn_move.s index 743067bfe..a059a8f99 100644 --- a/asm/learn_move.s +++ b/asm/learn_move.s @@ -222,7 +222,7 @@ sub_80E4800: @ 80E4800 bl sub_80E50CC ldr r0, _080E485C @ =gUnknown_203AAB4 ldr r0, [r0] - ldr r1, _080E4860 @ =gUnknown_20370C2 + ldr r1, _080E4860 @ =gSpecialVar_0x8005 ldrh r1, [r1] ldr r2, _080E4864 @ =0x00000261 adds r0, r2 @@ -245,7 +245,7 @@ sub_80E4800: @ 80E4800 bx r0 .align 2, 0 _080E485C: .4byte gUnknown_203AAB4 -_080E4860: .4byte gUnknown_20370C2 +_080E4860: .4byte gSpecialVar_0x8005 _080E4864: .4byte 0x00000261 _080E4868: .4byte sub_80E4620 _080E486C: .4byte sub_80E4870 |