You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
f3d now displaying (now figuring out pool space and why font doesnt look right)
This commit is contained in:
16
init.c
16
init.c
@@ -7,15 +7,19 @@
|
||||
|
||||
void s2d_init(void) {
|
||||
s2d_error_y = TEX_HEIGHT;
|
||||
// gSPLoadUcode(gdl_head++, s2d_text, s2d_data);
|
||||
#ifdef DRAW_S2D
|
||||
gSPLoadUcode(gdl_head++, s2d_text, s2d_data);
|
||||
#endif
|
||||
}
|
||||
|
||||
void s2d_stop(void) {
|
||||
// gSPLoadUcode(gdl_head++, zex_text, zex_data);
|
||||
// if deinit_cond {
|
||||
// my_rdp_init();
|
||||
// my_rsp_init();
|
||||
// }
|
||||
#ifdef DRAW_S2D
|
||||
gSPLoadUcode(gdl_head++, zex_text, zex_data);
|
||||
if deinit_cond {
|
||||
my_rdp_init();
|
||||
my_rsp_init();
|
||||
}
|
||||
#endif
|
||||
s2d_reset_defer_index();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user