1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 12:54:51 +00:00
oot/include/tables
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
..
sfx Introduce Sfx Tables (#1296) 2022-07-11 13:45:22 -04:00
actor_table.h Some doc on actor overlays alloc types (#1266) 2022-06-20 16:17:09 -04:00
dmadata_table_mqdbg.h Fix misc 17 (#1392) 2022-10-13 04:06:49 -04:00
dmadata_table.h Changes to support renaming segments in the spec (#1259) 2022-06-06 15:51:03 -04:00
effect_ss_table.h Implement define tables for objects, actors and effect soft sprites (#906) 2021-08-29 21:24:32 -04:00
entrance_table.h Fix misc 17 (#1392) 2022-10-13 04:06:49 -04:00
object_table.h Implement define tables for objects, actors and effect soft sprites (#906) 2021-08-29 21:24:32 -04:00
scene_table.h Doc pass on scene draw configs: names (#1233) 2022-05-31 20:19:46 +02:00