summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-06-07 15:45:12 -0400
committerscnorton <scnorton@biociphers.org>2017-06-07 15:45:12 -0400
commit585cab7a47066e5e70d89180e7e7154652058400 (patch)
tree5ad0c41bfd21b07a14c23ced90599f92cba45a55 /include/global.h
parentbbc25771031be86bf19f11ddf2b078dd5364ca30 (diff)
sub_8086870 (nonmatching)
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index 716aae15f..67a9548b6 100644
--- a/include/global.h
+++ b/include/global.h
@@ -10,6 +10,8 @@
// to help in decompiling
#define asm_comment(x) asm volatile("@ -- " x " -- ")
+#define asm_unified(x) asm(".syntax unified\n" x "\n.syntax divided\n")
+
#define ARRAY_COUNT(array) (sizeof(array) / sizeof((array)[0]))
#define POKEMON_NAME_LENGTH 10