1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-29 03:34:07 +00:00
oot/src
Dragorn421 22b78f169f
Fix misc 17 (#1392)
* Some cleanup on bgcheck waterbox y funcs

* Fix some typo/spelling

* EnFz_ApplyDamage match fixup

* Turn another sus construction into a switch

* Fixup comment on restoring MS as adult

* "doesnt, isnt" -> "doesn't, isn't"

* Hunt down whitespace at end of lines

* Format (clang-format does not like figs bug comment on bongo cutscene unskip sadge)

* Viewport z scale/translation: `0x1FF` -> `G_MAXZ/2` (see proman "9.7 Mixing CPU and SP Addresses", "12.7.6 Depth Source")

* static symbols: g -> s prefix

* Link young/old -> child/adult

* Fixups

* Get rid of signed vs unsigned comparison warning by changing room temps to s32

* waterbox search funcs consistency

* Revert "waterbox search funcs consistency"

This reverts commit 8f386e038f.

* `curWaterBox` -> `waterBox`
2022-10-13 04:06:49 -04:00
..
boot Fix many missing NULLs (#1389) 2022-10-04 01:18:50 -04:00
buffers Name rsp ucodes and surrounding cleanup (#1166) 2022-05-04 00:43:09 +02:00
code Fix misc 17 (#1392) 2022-10-13 04:06:49 -04:00
dmadata Use intptr types in overlays and dmadata (#1325) 2022-07-29 20:29:48 -04:00
elf_message
gcc_fix
libultra Fix misc 17 (#1392) 2022-10-13 04:06:49 -04:00
makerom Rename and move handwritten asm files (#1254) 2022-06-03 16:33:18 -04:00
overlays Fix misc 17 (#1392) 2022-10-13 04:06:49 -04:00