1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-01-16 05:26:59 +00:00
oot/src/overlays/gamestates/ovl_title/z_title.c

29 lines
719 B
C
Raw Normal View History

2020-03-17 04:31:30 +00:00
/*
* File: z_title.c
* Overlay: ovl_title
* Description: Displays the Nintendo Logo
*/
#include <ultra64.h>
#include <global.h>
#pragma GLOBAL_ASM("asm/non_matchings/overlays/gamestates/ovl_title/func_80800000.s")
void func_80800128(TitleContext* this)
{
this->unk_1E1 = 1;
}
#pragma GLOBAL_ASM("asm/non_matchings/overlays/gamestates/ovl_title/func_80800134.s")
#pragma GLOBAL_ASM("asm/non_matchings/overlays/gamestates/ovl_title/func_808001C8.s")
#pragma GLOBAL_ASM("asm/non_matchings/overlays/gamestates/ovl_title/func_8080073C.s")
void func_80800858(TitleContext* this)
{
func_800A9AD0(this, &this->unk_1D0);
}
#pragma GLOBAL_ASM("asm/non_matchings/overlays/gamestates/ovl_title/func_80800878.s")