You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
11 lines
163 B
C
11 lines
163 B
C
#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);
|
|
}
|
|
|