summaryrefslogtreecommitdiff
path: root/include/f_pc/f_pc_node_req.h
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-03-18 12:45:44 -0700
committerGitHub <noreply@github.com>2025-03-18 15:45:44 -0400
commitd3e9175bfb5ca4fce4633e473d8d8a3556c3d3ef (patch)
tree21a10894e590edebe9cd928a2fb48f4e8d061262 /include/f_pc/f_pc_node_req.h
parent58ba86b6a3cfebe38b643b7ffecf72090a720db0 (diff)
d_a_e_pz equivalent (#2330)
* d_a_e_pz equivalent * rename var * match f_pc closer to debug * hopefully fix decompctx * sdk done * remove unneeded file
Diffstat (limited to 'include/f_pc/f_pc_node_req.h')
-rw-r--r--include/f_pc/f_pc_node_req.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/f_pc/f_pc_node_req.h b/include/f_pc/f_pc_node_req.h
index 4491bc6850..c2058fbe8d 100644
--- a/include/f_pc/f_pc_node_req.h
+++ b/include/f_pc/f_pc_node_req.h
@@ -36,6 +36,10 @@ typedef struct node_create_request {
/* 0x58 */ s16 name;
/* 0x5C */ void* data;
/* 0x60 */ s16 unk_0x60;
+#ifdef DEBUG
+ /* 0x64 */ int unk_0x64;
+ /* 0x68 */ int unk_0x68;
+#endif
} node_create_request; // Size: 0x64
typedef struct request_node_class {