diff --git a/src/sgap_3.c b/src/sgap_3.c index ce1413fa3..e85f120a0 100644 --- a/src/sgap_3.c +++ b/src/sgap_3.c @@ -1,3 +1,7 @@ #include "common.h" -INCLUDE_ASM("asm/nonmatchings/sgap_3", func_8003D630); +extern void SpuQuit(void); + +void func_8003D630(void) { + SpuQuit(); +}