diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2021-12-19 12:14:36 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-19 20:14:36 +0000 |
| commit | a7cece0fca6804f9c6869f7ca672f25b37127c9b (patch) | |
| tree | 762bbc410b9f370a01fa556e2ceced99eaac0379 /src/code/code_800F07C0.c | |
| parent | 1274b81c5e53c026678f5ace6f144e904633e4e2 (diff) | |
Code_800f07c0 OK with some documentation (#373)
* Matched func_800F07C0
* Matched func_800F0888
* Matched func_800F0944
* Matched func_800F09B4
* Matched func_800F0A94
* Matched func_800F0E94
* Matched func_800F0EEC
* Matched func_800F0F28
* Matched func_800F0FF0
* Matched func_800F10AC
* Matched func_800F112C
* Matched func_800F0DD4
* Matched func_800F0CE4
* Matched func_800F0A20
* Matched func_800F0BB4
* Fix functions.h
* Migrated data and add some doc comments, having BSS issues
* BSS fix
* Fix merge conflict
* Document
* Run Formatter
* Actually save functions.h
* Rename UnusedNPC to EnHy
* Change some rets and run format
* PR review
* Fix merge conflict
* Minor touchups
* Fix renamed func
* Change char to UNK_TYPE1
* Add header
* Rename two functions
* Fix capital X's in undefined_syms
* Convert char to UNK_TYPE1 in EnDoor
* Change huge ternary into if else for readability
* Fix up EnIn
* Better whitespace
* Format
* Revert UNK_TYPE1s in EnDoor
* Rename file
* Missed rename in undefined_syms
Diffstat (limited to 'src/code/code_800F07C0.c')
| -rw-r--r-- | src/code/code_800F07C0.c | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/code/code_800F07C0.c b/src/code/code_800F07C0.c deleted file mode 100644 index 9255dcfcb..000000000 --- a/src/code/code_800F07C0.c +++ /dev/null @@ -1,31 +0,0 @@ -#include "global.h" - -#pragma GLOBAL_ASM("asm/non_matchings/code/code_800F07C0/func_800F07C0.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/code_800F07C0/func_800F0888.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/code_800F07C0/func_800F0944.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/code_800F07C0/func_800F09B4.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/code_800F07C0/func_800F0A20.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/code_800F07C0/func_800F0A94.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/code_800F07C0/func_800F0BB4.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/code_800F07C0/func_800F0CE4.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/code_800F07C0/func_800F0DD4.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/code_800F07C0/func_800F0E94.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/code_800F07C0/func_800F0EEC.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/code_800F07C0/func_800F0F28.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/code_800F07C0/func_800F0FF0.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/code_800F07C0/func_800F10AC.s") - -#pragma GLOBAL_ASM("asm/non_matchings/code/code_800F07C0/func_800F112C.s") |
