diff options
author | YamaArashi <shadow962@live.com> | 2015-10-06 20:15:42 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-06 20:15:42 -0700 |
commit | 65228e6fb8ee96d6ea2d10075c7e09c6e3fc4860 (patch) | |
tree | 2396833e04ad875593081a6ced799f85ec5abf08 /asm/libmks4agb.s | |
parent | dc52bd0d851dbab5fca188e44b936a0811f24ee9 (diff) |
add type signatures
- many of these probably have mistakes
Diffstat (limited to 'asm/libmks4agb.s')
-rw-r--r-- | asm/libmks4agb.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/libmks4agb.s b/asm/libmks4agb.s index 006f6da5c..49acba179 100644 --- a/asm/libmks4agb.s +++ b/asm/libmks4agb.s @@ -1959,6 +1959,7 @@ _082E004C: .4byte 0x7fffffff thumb_func_end MPlayContinue thumb_func_start MPlayFadeOut +@ void MPlayFadeOut(mplay_table_entry *a1, s16 a2) MPlayFadeOut: @ 82E0050 adds r2, r0, 0 lsls r1, 16 @@ -2310,6 +2311,7 @@ _082E02F4: .4byte 0x030073a0 thumb_func_end m4aMPlayAllContinue thumb_func_start m4aMPlayFadeOut +@ void m4aMPlayFadeOut(mplay_table_entry *a1, u16 a2) m4aMPlayFadeOut: @ 82E02F8 push {lr} lsls r1, 16 @@ -2406,6 +2408,7 @@ _082E0392: thumb_func_end m4aMPlayImmInit thumb_func_start MPlayExtender +@ int MPlayExtender(void *dest) MPlayExtender: @ 82E0398 push {r4-r6,lr} sub sp, 0x4 @@ -2561,6 +2564,7 @@ _082E04D8: .4byte 0x030074ec thumb_func_end Clear64byte_rev thumb_func_start SoundInit_rev01 +@ int SoundInit_rev01(void *dest) SoundInit_rev01: @ 82E04DC push {r4,r5,lr} sub sp, 0x4 |