summaryrefslogtreecommitdiff
path: root/src/m4a.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-09-01 13:31:39 -0400
committerGitHub <noreply@github.com>2020-09-01 13:31:39 -0400
commit83806d0f95f9298bfa6d8775f5ea79a8204cc910 (patch)
tree1af34f57c2a11723c5a99a5638a7c6ae0376721a /src/m4a.c
parent4ac1b3fec52d4f09dd3b4d36c2d6d941b4e89343 (diff)
parent26ac9c5faf74fe9ea3a14f5c87ede78d077db118 (diff)
Merge pull request #353 from PokeCodec/MatchFirered
Match (Most of) Firered
Diffstat (limited to 'src/m4a.c')
-rw-r--r--src/m4a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m4a.c b/src/m4a.c
index 284863247..6f2118f31 100644
--- a/src/m4a.c
+++ b/src/m4a.c
@@ -314,7 +314,7 @@ void MPlayExtender(struct CgbChannel *cgbChans)
void MusicPlayerJumpTableCopy(void)
{
- asm("swi 0x2A");
+ asm("svc 0x2A");
}
void ClearChain(void *x)