diff options
| author | krimtonz <33664508+krimtonz@users.noreply.github.com> | 2020-06-01 16:54:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-01 17:54:47 -0400 |
| commit | 77137f5a04c2514738bdaeff12dcf507a0b0e8e2 (patch) | |
| tree | 58f95fd43af1af5282995551ecb413380817f868 /src/code/code_800BB0A0.c | |
| parent | 08aaba0d2cbee0f26aa88a1be42f485bf5210564 (diff) | |
Decompile z_camera data, and some camera WIP (#173)
* cleanup
* name camera action functions
* decompile a few small functions, name a few Camera struct members
* decompile camera data, decompile a few camera functions
* Split ASM for code_800BB0A0
* removing code_800BB0A0.s
* PR Requests, Camera WIP
* remove #define NON_MATCHING from db_camera
Diffstat (limited to 'src/code/code_800BB0A0.c')
| -rw-r--r-- | src/code/code_800BB0A0.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/code/code_800BB0A0.c b/src/code/code_800BB0A0.c new file mode 100644 index 000000000..f5e8a2170 --- /dev/null +++ b/src/code/code_800BB0A0.c @@ -0,0 +1,5 @@ +#include <global.h> + +#pragma GLOBAL_ASM("asm/non_matchings/code/code_800BB0A0/func_800BB0A0.s") + +#pragma GLOBAL_ASM("asm/non_matchings/code/code_800BB0A0/func_800BB2B4.s") |
