[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:
Dragorn421
2024-08-24 14:18:48 +02:00
committed by GitHub
parent b40e51d8c8
commit ea40688e4a
6 changed files with 29 additions and 14 deletions
+4 -1
View File
@@ -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*);