ogrebattle64/src/_ob_unusual_spiders.c

25 lines
516 B
C

#include "common.h"
#include "nu/nusys.h"
/* 1A5B0 8008A1B0 */
void nuGfxInitEX2(void) {
Gfx list[257];
Gfx* ptr = list;
nuGfxThreadStart();
nuGfxSetCfb(&__SOMETHING_FRAMEBUFFERS, 3);
D_800C4B20 = BOOT_ADDRESS_ULTRA;
set_swap_buffer_func(__osViSwapBuffer_3);
D_800C4CE0 = &D_800A9EB0;
nuGfxTaskMgrInit();
gSPDisplayList(ptr++, &D_A9EF0);
gDPFullSync(ptr++);
gSPEndDisplayList(ptr++);
__something_display_list(list, sizeof(Gfx) * 3, 0, 0);
func_80089A10();
}