diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-10-18 18:16:28 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-10-18 18:16:28 -0500 |
commit | 1b0fc9f3745f119e2ec363bef89e48d6edeeac41 (patch) | |
tree | f3ea5eaf00b3b1e5e7baedc48a63fe447e5fa6d5 /asm | |
parent | 01dde719bb7d6ac4d68c6d43ec2570db52f2e037 (diff) |
decomp an evolve func for pokemon
Diffstat (limited to 'asm')
-rw-r--r-- | asm/pokemon_1.s | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/asm/pokemon_1.s b/asm/pokemon_1.s index fababf5..4ca25ef 100644 --- a/asm/pokemon_1.s +++ b/asm/pokemon_1.s @@ -181,23 +181,4 @@ sub_808DD18: _0808DD44: .4byte gMonsterParameters thumb_func_end sub_808DD18 - thumb_func_start sub_808DD48 -sub_808DD48: - lsls r0, 16 - asrs r0, 16 - ldr r2, _0808DD64 - ldr r3, [r2] - lsls r2, r0, 3 - adds r2, r0 - lsls r2, 3 - adds r2, r3 - ldr r3, [r2, 0x38] - ldr r2, [r2, 0x34] - str r2, [r1] - str r3, [r1, 0x4] - bx lr - .align 2, 0 -_0808DD64: .4byte gMonsterParameters - thumb_func_end sub_808DD48 - .align 2,0 @ don't pad with nop |