diff options
author | YamaArashi <shadow962@live.com> | 2016-01-03 07:04:11 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-03 07:04:11 -0800 |
commit | b116b3cb2e315f923ba551e1954fd8d83914a172 (patch) | |
tree | 8b5a455959250054f874ce466bd90e98e936e5ec /asm/gpu_obj.s | |
parent | 50fb95602430079bfce17b28da256014caa052c0 (diff) |
update disasm with function data from idb
Diffstat (limited to 'asm/gpu_obj.s')
-rw-r--r-- | asm/gpu_obj.s | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/asm/gpu_obj.s b/asm/gpu_obj.s index eb8ee03ce..26140cfeb 100644 --- a/asm/gpu_obj.s +++ b/asm/gpu_obj.s @@ -3365,9 +3365,9 @@ SeekObjectImageAnim: ; 80081DC bx r0 thumb_func_end SeekObjectImageAnim - thumb_func_start sub_8008258 -; void sub_8008258(u8 index, u8 a2) -sub_8008258: ; 8008258 + thumb_func_start StartObjectRotScalAnim +; void StartObjectRotScalAnim(struct obj *object, u8 whichAnim) +StartObjectRotScalAnim: ; 8008258 push {r4,r5,lr} adds r5, r0, 0 lsls r4, r1, 24 @@ -3388,11 +3388,11 @@ sub_8008258: ; 8008258 pop {r4,r5} pop {r0} bx r0 - thumb_func_end sub_8008258 + thumb_func_end StartObjectRotScalAnim - thumb_func_start sub_8008284 -; void sub_8008284(u8 index, u8 a2) -sub_8008284: ; 8008284 + thumb_func_start StartObjectRotScalAnimIfDifferent +; void StartObjectRotScalAnimIfDifferent(struct obj *object, u8 whichAnim) +StartObjectRotScalAnimIfDifferent: ; 8008284 push {r4,r5,lr} adds r5, r0, 0 lsls r1, 24 @@ -3410,13 +3410,13 @@ sub_8008284: ; 8008284 beq @080082AC adds r0, r5, 0 adds r1, r4, 0 - bl sub_8008258 + bl StartObjectRotScalAnim @080082AC: pop {r4,r5} pop {r0} bx r0 .pool - thumb_func_end sub_8008284 + thumb_func_end StartObjectRotScalAnimIfDifferent thumb_func_start sub_80082B8 sub_80082B8: ; 80082B8 |