mirror of
https://github.com/zeldaret/oot
synced 2026-07-03 21:10:25 -04:00
[ntsc-1.2] Match z_kaleido_debug.c, z_lmap_mark.c (#2077)
* Match z_kaleido_debug.c, z_lmap_mark.c * consistent style for n64dd callbacks calls
This commit is contained in:
+4
-1
@@ -1,6 +1,7 @@
|
||||
#ifndef N64DD_H
|
||||
#define N64DD_H
|
||||
|
||||
#include "z64pause.h"
|
||||
#include "z64scene.h"
|
||||
|
||||
struct RegEditor;
|
||||
@@ -22,7 +23,9 @@ struct PlayState;
|
||||
typedef struct n64ddStruct_80121AF0 {
|
||||
void (*unk_00)(n64ddStruct_800FF4B0_pointers*, struct n64ddStruct_80121AF0*);
|
||||
void (*unk_04)(void);
|
||||
char unk_08[0x34];
|
||||
char unk_08[0x2C];
|
||||
void (*unk_34)(PauseMapMarksData**);
|
||||
void (*unk_38)(PauseMapMarksData**);
|
||||
void (*unk_3C)(void);
|
||||
void (*unk_40)(void);
|
||||
s32 (*unk_44)(struct PlayState*);
|
||||
|
||||
Reference in New Issue
Block a user