f3d now displaying (now figuring out pool space and why font doesnt look right)

This commit is contained in:
farisawan-2000
2021-05-31 02:37:39 -04:00
parent 5f0b67a38b
commit 861d8c2ca3
4 changed files with 89 additions and 56 deletions

16
init.c
View File

@@ -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();
}