1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-10-20 13:40:02 +00:00

db_camera (#842)

* Decompile shrink_window.c

* progress

* progress

* makefile

* progress

* match 8 functions

* 1 more match

* match 2 functions

* decompile func_800B9638

* fix flow

* migrate .bss

* doc

* name some stuff

* fixes

* comment fix

* remove scene .c files

* old z_camera .s files

* revert z_camera change

* revert unwanted z_camera change

* fixes

* remove unused files, run clang-format and fix non-matching

* fix clang-format causing non-matching

* remove newline + old comment in func_800B3BD4

* make db_camera global variables static

* add s prefix to startic variables

* change magic constants

* rename "unk_50"

* Match func_800B3BD4 and Match DbCamera_UpdateDemoControl (-bss)

* Lots of progress on update

* Mainly cleanup

* run format.sh + remove unused asm

* replace chevrons with add quotes

* remove useless cast + use correct empty argument function declaration

Co-authored-by: engineer124 <engineer124engineer124@gmail.com>
This commit is contained in:
Random 2021-07-26 00:34:25 +02:00 committed by GitHub
commit d223e246c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 2744 additions and 3224 deletions

2
spec
View file

@ -370,8 +370,6 @@ beginseg
include "build/src/code/z_fbdemo_fade.o"
include "build/src/code/shrink_window.o"
include "build/src/code/db_camera.o"
include "build/data/db_camera.data.o"
include "build/data/db_camera.bss.o"
include "build/src/code/code_800BB0A0.o"
include "build/src/code/mempak.o"
include "build/src/code/z_kaleido_manager.o"