diff options
| author | rozlette <uberpanzermensch@gmail.com> | 2020-01-11 10:02:43 -0600 |
|---|---|---|
| committer | rozlette <uberpanzermensch@gmail.com> | 2020-01-11 10:02:43 -0600 |
| commit | 0d4cadc3d17345398195240011982be3bdf83aee (patch) | |
| tree | 8fbea060774720d52acbdb2bb93438f63a24ad90 /src/boot_O2_g3 | |
| parent | bb9de27a16fcfa731c96ae552eecdb7a60ee8e91 (diff) | |
Decomp boot_0x80081920
Diffstat (limited to 'src/boot_O2_g3')
| -rw-r--r-- | src/boot_O2_g3/boot_0x80081920.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/boot_O2_g3/boot_0x80081920.c b/src/boot_O2_g3/boot_0x80081920.c new file mode 100644 index 000000000..b4e1661bf --- /dev/null +++ b/src/boot_O2_g3/boot_0x80081920.c @@ -0,0 +1,8 @@ +#include <ultra64.h> +#include <global.h> + +// This file contains print functions that are used by fault.c, so they are placed in the fault module + +void Fault_Nop80081920(UNK_TYPE4 param_1, ...) {} +void Fault_Log(char* str, ...) {} +void Fault_Nop80081958(UNK_TYPE4 param_1, ...) {} |
