Rename door functions and add docblocks

This commit is contained in:
Ryan Dwyer
2021-03-01 12:08:39 +10:00
parent 506f3223f6
commit b1bfdbe6b6
9 changed files with 98 additions and 58 deletions
+6 -2
View File
@@ -945,8 +945,12 @@
object, \
label,
// Unused, and no idea what it does.
#define cmd0065(object) \
/**
* Interacts with the given object, as if the player pressed B on it.
*
* If the object is a door, lock checks are skipped.
*/
#define obj_interact(object) \
mkshort(0x0065), \
object,