This commit is contained in:
farisawan-2000
2020-12-11 21:47:11 -05:00
commit 871eed30af
13 changed files with 2090 additions and 0 deletions

10
init.c Normal file
View File

@@ -0,0 +1,10 @@
#include "init.h"
void s2d_init(void) {
gSPLoadUcode(gdl_head++, s2d_text, s2d_data);
}
void s2d_stop(void) {
gSPLoadUcode(gdl_head++, zex_text, zex_data);
}