summaryrefslogtreecommitdiff
path: root/include/command_macros_base.h
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2021-05-08 17:16:21 -0400
committerGitHub <noreply@github.com>2021-05-08 17:16:21 -0400
commit58813216fc7397a0b7356c2236269c783cf83fce (patch)
treea73670a3b5eb939ba0116d4410d2454e6d66320a /include/command_macros_base.h
parent7c77253eca304e7afd2002147bc27edb62293b36 (diff)
Add scene macros (#792)
* add scene macros * SCENECMD -> SCENE_CMD * light renaming * SCENE_CMD_ROOM_BEHAVIOR * update params names * Remove extra spaces * More review changes by fig * remove MM cmd ids * more review changes * last minute edit * I keep confusing both lights commands * Review changes * Yet another cutscene change * Unused02 is unused
Diffstat (limited to 'include/command_macros_base.h')
-rw-r--r--include/command_macros_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/command_macros_base.h b/include/command_macros_base.h
index 8d0a3917a..c0d2ac4e8 100644
--- a/include/command_macros_base.h
+++ b/include/command_macros_base.h
@@ -16,4 +16,6 @@
#define CMD_W(a) (a)
+#define CMD_PTR(a) (u32)(a)
+
#endif