summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-05-10 17:54:30 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-05-10 17:54:30 -0400
commit7fdebe0d15754d315386a5bb308d5b7a2eaf648f (patch)
tree0a6b8240b49d8aa84f77f12024a6f2a3e35af759 /include
parentdfc83cf28f0040a62ea52fb7ab7783d4e15baded (diff)
through sub_80DAE0C
Diffstat (limited to 'include')
-rw-r--r--include/global.h2
-rw-r--r--include/script_pokemon_util_80F87D8.h7
2 files changed, 8 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index ec636bb07..b73baf2ce 100644
--- a/include/global.h
+++ b/include/global.h
@@ -11,7 +11,7 @@
// to help in decompiling
#define asm_comment(x) asm volatile("@ -- " x " -- ")
#define asm_unified(x) asm(".syntax unified\n" x "\n.syntax divided")
-#define ASM_DIRECT __attribute__((naked))
+#define NAKED __attribute__((naked))
// IDE support
#if defined (__APPLE__) || defined (__CYGWIN__)
diff --git a/include/script_pokemon_util_80F87D8.h b/include/script_pokemon_util_80F87D8.h
new file mode 100644
index 000000000..555b3428b
--- /dev/null
+++ b/include/script_pokemon_util_80F87D8.h
@@ -0,0 +1,7 @@
+
+#ifndef GUARD_SCRIPT_POKEMON_UTIL_80F87D8_H
+#define GUARD_SCRIPT_POKEMON_UTIL_80F87D8_H
+
+u16 sub_80F903C(void);
+
+#endif // GUARD_SCRIPT_POKEMON_UTIL_80F87D8_H