Rename set_unknown_function to set_darkroom_function

This commit is contained in:
Ryan Dwyer
2019-09-23 18:09:49 +10:00
parent d33234ace3
commit 89fdc7311b
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -1708,9 +1708,7 @@
mkshort(0x01c2), \
mkshort(value),
// Sets a function in the chr's struct. Likely a callback of some sort, such as
// the onshot function.
#define set_unknown_function(function) \
#define set_darkroom_function(function) \
mkshort(0x01c3), \
mkshort(function),