summaryrefslogtreecommitdiff
path: root/include/6A6E80.h
blob: 5bea574c29241c60d03671111483161757041760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#ifndef C_6A6E80_H
#define C_6A6E80_H

#include "ultra64.h"

struct Game_Play;

typedef struct Play80804480 {
    /* 0x00 */ char unk00[0xDC];
} Play80804480; // size = 0xDC

// void func_800831E0_jp();
// void func_800835AC_jp();
void fbdemo_cleanup(Play80804480* arg0);
s32 fbdemo_init(Play80804480* arg0, s32 arg1, s32 arg2, struct Game_Play* game_play);
// void func_80083870_jp();
void fbdemo_draw(Play80804480* arg0, Gfx** gfx);
// void func_80083AB0_jp();
void fbdemo_move(Play80804480* arg0);
// void func_80083BF0_jp();
void fbdemo_triforce_startup(void*);
void fbdemo_triforce_init(void*);
// void func_80083CE8_jp();
void fbdemo_triforce_move(void*, u8);
void fbdemo_triforce_draw(void*, Gfx**);
s32 fbdemo_triforce_is_finish(void*, Game_Play* game_play);
void fbdemo_triforce_settype(void*, s32);
void fbdemo_triforce_setcolor_rgba8888(void*, s32);

#endif