diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-14 20:39:52 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-14 20:39:52 -0600 |
commit | 07f5db48c075f55a67136afb84ac804d525f5de3 (patch) | |
tree | 2daef3cfdbdaf66c7e91c629a75a9730c6a85191 /asm | |
parent | 20de25004946139a601cd2965afc2e9645a56b96 (diff) |
start decompiling the behemoth that is sub_803E1B0
Diffstat (limited to 'asm')
-rw-r--r-- | asm/pokemon_item_effect.s | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/asm/pokemon_item_effect.s b/asm/pokemon_item_effect.s index 6995dc62b..ba1b37dcb 100644 --- a/asm/pokemon_item_effect.s +++ b/asm/pokemon_item_effect.s @@ -5,27 +5,6 @@ .text - thumb_func_start ExecuteTableBasedItemEffect_ -ExecuteTableBasedItemEffect_: @ 803E18C - push {r4,lr} - sub sp, 0x4 - lsls r1, 16 - lsrs r1, 16 - lsls r2, 24 - lsrs r2, 24 - lsls r3, 24 - lsrs r3, 24 - movs r4, 0 - str r4, [sp] - bl sub_803E1B0 - lsls r0, 24 - lsrs r0, 24 - add sp, 0x4 - pop {r4} - pop {r1} - bx r1 - thumb_func_end ExecuteTableBasedItemEffect_ - thumb_func_start sub_803E1B0 sub_803E1B0: @ 803E1B0 push {r4-r7,lr} |