mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 17:30:25 +00:00
First proper commit.
This commit is contained in:
parent
be78236d36
commit
087f561f77
14086 changed files with 1200489 additions and 1 deletions
28
src/overlays/gamestates/ovl_title/z_title.c
Normal file
28
src/overlays/gamestates/ovl_title/z_title.c
Normal file
|
@ -0,0 +1,28 @@
|
|||
/*
|
||||
* 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")
|
Loading…
Add table
Add a link
Reference in a new issue