1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-15 06:06:04 +00:00
oot/docs/tutorial
Dragorn421 68a86d2d00
Colliders: change "touch, bump" to AT and AC (elems) (#1637)
* toucherFlags, bumperFlags -> atElemFlags, acElemFlags

* TOUCH_ -> ATELEM_

* BUMP_ -> ACELEM_

* ColliderElementTouch,Bump -> ColliderElementDamageInfoAT,AC

* toucher,bumper -> atDmgInfo,acDmgInfo

* Update docs and zcolchk funcs names

* run formatter

* remove the last mentions of "bump" for colliders

* Update renamed functions in disasm
2024-03-04 19:33:08 -05:00
..
images
beginning_decomp.md Colliders: change "touch, bump" to AT and AC (elems) (#1637) 2024-03-04 19:33:08 -05:00
contents.md
data.md Setup rom decompression and compression (#1614) 2024-01-24 13:00:10 -05:00
draw_functions.md
helper_scripts.md Use virtualenv in Makefile for python dependencies (#1619) 2024-01-25 01:39:13 +01:00
introduction.md Colliders: change "touch, bump" to AT and AC (elems) (#1637) 2024-03-04 19:33:08 -05:00
merging.md Create separate build directories based on version (#1591) 2024-01-05 23:27:19 +01:00
object_decomp.md Create separate build directories based on version (#1591) 2024-01-05 23:27:19 +01:00
object_decomp_example.md Create separate build directories based on version (#1591) 2024-01-05 23:27:19 +01:00
other_functions.md
pre-decomp.md
types_structs_padding.md