diff options
author | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2019-08-11 14:31:39 +0000 |
---|---|---|
committer | nullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com> | 2019-08-11 14:37:57 +0000 |
commit | 8834fdd3e24e7904973af4ca160c1badbf5bb31a (patch) | |
tree | 5a2704fb33c5856fef11a7dbfe558cca4d45a16e /include | |
parent | d75a62af27b3cc472fdbd8facca146f2744d2572 (diff) |
Port m4a from pokeemerald
Diffstat (limited to 'include')
-rw-r--r-- | include/gba/m4a_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gba/m4a_internal.h b/include/gba/m4a_internal.h index ff92fcc..b241eb3 100644 --- a/include/gba/m4a_internal.h +++ b/include/gba/m4a_internal.h @@ -100,7 +100,7 @@ struct CgbChannel u8 le; u8 sw; u32 fr; - u32 wp; + u32* wp; u32 cp; u32 tp; u32 pp; |