1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-10-19 13:09:58 +00:00

[ntsc-1.2] Match z_std_dma.c (#2082)

* Match ntsc-1.2 z_std_dma.c

* Add B_80121AE3
This commit is contained in:
cadmic 2024-08-24 22:04:53 -07:00 committed by GitHub
commit b6d8aae2a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 62 additions and 13 deletions

View file

@ -1,6 +1,8 @@
#ifndef N64DD_H
#define N64DD_H
#include "ultra64.h"
#include "z64dma.h"
#include "z64pause.h"
#include "z64scene.h"
@ -31,6 +33,7 @@ typedef struct n64ddStruct_80121AF0 {
s32 (*unk_44)(struct PlayState*);
char unk_48[0x24];
void (*unk_6C)(struct PlayState*, SceneDrawConfigFunc*);
s32 (*unk_70)(DmaRequest* req, void* ram, uintptr_t vrom, size_t size, u32 unk, OSMesgQueue* queue, OSMesg msg);
} n64ddStruct_80121AF0; // size = ?
void func_800ADA80(void);
@ -47,6 +50,8 @@ extern n64ddStruct_80121AF0* B_80121AF0;
extern u8 B_80121AE0;
extern s8 B_80121AE1;
extern u8 B_80121AE2;
extern vu8 B_80121AE3;
extern vu8 B_80121AE4;
extern char D_801DA410; // type ?
extern char D_801E8090; // type ?