diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-26 17:26:38 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-26 17:26:38 -0400 |
commit | ca8ea19637e8e1c81358dc2f150d9f89cb6393fb (patch) | |
tree | 89b0725fa9065f23ef44fba18a22b9d56e242691 /include/options.h | |
parent | a192a6ec0bc03443a2fed9f3dba262a034c39828 (diff) |
Decompile player_data
Diffstat (limited to 'include/options.h')
-rw-r--r-- | include/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/options.h b/include/options.h index 4ed466df..5f7a3d3f 100644 --- a/include/options.h +++ b/include/options.h @@ -10,4 +10,6 @@ struct Options { u16 unk0_A:5; }; +void Options_init(struct Options * options); + #endif //POKEDIAMOND_OPTIONS_H |