summaryrefslogtreecommitdiff
path: root/src/code_801D760.c
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-02-07 19:10:12 -0800
committerGitHub <noreply@github.com>2021-02-07 21:10:12 -0600
commit8dfd044ef3a6ea8da204265b4560716aa67391d1 (patch)
tree15274fab1fd9b1d4e477bbfddbfb855ade1eabeb /src/code_801D760.c
parent74daf03fd70e7c71b92390c9133c9dd543bcb28d (diff)
Some Personality and data (#26)
* decomp few personality funcs and clean up some pointers in the dungeon data * de-pointer-ify friend area dialogue * clean pointers on a personality test question * decomp a few more main menu funcs and dump some more data * label some funcs
Diffstat (limited to 'src/code_801D760.c')
-rw-r--r--src/code_801D760.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/code_801D760.c b/src/code_801D760.c
index c2266ec..79c5a4c 100644
--- a/src/code_801D760.c
+++ b/src/code_801D760.c
@@ -28,6 +28,9 @@ struct unk_203B250
u16 unk4;
u8 unk6;
u8 unk7;
+ u32 padding[3];
+ u32 unk14;
+ u32 unk18;
};
struct unk_203B250 *gUnknown_203B250;