diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-09-01 13:31:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 13:31:39 -0400 |
commit | 83806d0f95f9298bfa6d8775f5ea79a8204cc910 (patch) | |
tree | 1af34f57c2a11723c5a99a5638a7c6ae0376721a /src/m4a.c | |
parent | 4ac1b3fec52d4f09dd3b4d36c2d6d941b4e89343 (diff) | |
parent | 26ac9c5faf74fe9ea3a14f5c87ede78d077db118 (diff) |
Merge pull request #353 from PokeCodec/MatchFirered
Match (Most of) Firered
Diffstat (limited to 'src/m4a.c')
-rw-r--r-- | src/m4a.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -314,7 +314,7 @@ void MPlayExtender(struct CgbChannel *cgbChans) void MusicPlayerJumpTableCopy(void) { - asm("swi 0x2A"); + asm("svc 0x2A"); } void ClearChain(void *x) |