1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-10 06:30:13 +00:00
oot/include/ultra64
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
..
abi.h
asm.h
controller.h
convert.h
exception.h
gbi.h
gs2dex.h
gu.h
internal.h
mbi.h
message.h
motor.h
pfs.h
pi.h
printf.h
r4300.h
rcp.h
rdb.h
rdp.h
rsp.h
sptask.h libultra files and directories restructure (#1038) 2021-11-30 19:08:57 -05:00
thread.h
time.h
types.h
ucode.h
vi.h