couple funcs (#361)

* match set_render_printf_position

* Update printf.c

* fix macro

* match func_80066610 and print_debug_strings

* rename

* rename

* Update camera.c

* Update camera.c

* taj related labelling

* tracks.c shenanigans

* printf

* match func_8003EC14

* match func_8003EDD8

* fix warnings

* comments

* rework boss vehicle struct

* Update objects.c

* fix warnings

* qukc fixes

* Update src/object_functions.c

Co-authored-by: Ryan Myers <ryan.p.myers@gmail.com>

* Update src/object_functions.c

Co-authored-by: Ryan Myers <ryan.p.myers@gmail.com>

* Update src/object_functions.c

Co-authored-by: Ryan Myers <ryan.p.myers@gmail.com>

Co-authored-by: Ryan Myers <ryan.p.myers@gmail.com>
This commit is contained in:
Fazana
2023-01-23 12:54:17 +00:00
committed by GitHub
co-authored by Ryan Myers
parent 8141fada09
commit 8b230b0d43
44 changed files with 515 additions and 885 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
void __setInstChanState(ALSeqPlayer *seqp, ALInstrument *inst, s32 chan);
void __resetPerfChanState(ALSeqPlayer *seqp, s32 chan) ;
void dummy_8000A710(s32 arg0, s32 arg1) {
UNUSED void dummy_8000A710(UNUSED s32 arg0, UNUSED s32 arg1) {
}
ALVoiceState *__mapVoice(ALSeqPlayer *seqp, u8 key, u8 vel, u8 channel)