diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2022-08-25 20:57:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-25 17:57:58 -0700 |
| commit | 1897d232a632e379caeeee5c651281617980ab8b (patch) | |
| tree | 754a698004d816aba55a2f5885a28f15c8ad407b /src/code_800029B0.h | |
| parent | dfd54d9a102b971e027058ce163e0f9cd84f5b44 (diff) | |
Add lots of headers (#252)
* Add a lot of header files
Did my best to move all relevant function prototypes and external
variable declarations into the header files too.
Matched a few functions in the process
* Updated progress.py
Some of the listed files/folders have been deleted/renamed,
so I reflected those changes in progress.py
Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
Diffstat (limited to 'src/code_800029B0.h')
| -rw-r--r-- | src/code_800029B0.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/code_800029B0.h b/src/code_800029B0.h new file mode 100644 index 000000000..95bec18fe --- /dev/null +++ b/src/code_800029B0.h @@ -0,0 +1,16 @@ +#ifndef CODE_800029B0_H +#define CODE_800029B0_H + +/* Function Prototypes */ + +void func_800029B0(); +void setup_race(); +void func_80002DAC(); +void clear_nmi_buffer(); +void func_80003040(); + +// audio/external + +void func_800C8F44(u16 arg0); + +#endif |
