summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorRoman971 <32455037+Roman971@users.noreply.github.com>2020-05-26 16:32:18 +0200
committerGitHub <noreply@github.com>2020-05-26 10:32:18 -0400
commit1bb3e006cd703b225b2a2c62cc9b0f075b669850 (patch)
tree90df65bd9dce83746543954c6b595391edcd37bb /src/code
parent2c5ad24c3faa207472dae1c75ebfd9da83b1602c (diff)
Move last 3 functions in z_message_PAL.c to a separate file (#158)
There is padding in 1.0 here, and rodata is also 16 bytes aligned at this point.
Diffstat (limited to 'src/code')
-rw-r--r--src/code/code_80110450.c8
-rw-r--r--src/code/z_message_PAL.c6
2 files changed, 8 insertions, 6 deletions
diff --git a/src/code/code_80110450.c b/src/code/code_80110450.c
new file mode 100644
index 000000000..d312881ba
--- /dev/null
+++ b/src/code/code_80110450.c
@@ -0,0 +1,8 @@
+#include <ultra64.h>
+#include <global.h>
+
+#pragma GLOBAL_ASM("asm/non_matchings/code/code_80110450/func_80110450.s")
+
+#pragma GLOBAL_ASM("asm/non_matchings/code/code_80110450/func_80110460.s")
+
+#pragma GLOBAL_ASM("asm/non_matchings/code/code_80110450/func_801104C8.s")
diff --git a/src/code/z_message_PAL.c b/src/code/z_message_PAL.c
index a8efa8c3c..b8e443435 100644
--- a/src/code/z_message_PAL.c
+++ b/src/code/z_message_PAL.c
@@ -64,9 +64,3 @@
#pragma GLOBAL_ASM("asm/non_matchings/code/z_message_PAL/func_8010F6F0.s")
#pragma GLOBAL_ASM("asm/non_matchings/code/z_message_PAL/func_8011040C.s")
-
-#pragma GLOBAL_ASM("asm/non_matchings/code/z_message_PAL/func_80110450.s")
-
-#pragma GLOBAL_ASM("asm/non_matchings/code/z_message_PAL/func_80110460.s")
-
-#pragma GLOBAL_ASM("asm/non_matchings/code/z_message_PAL/func_801104C8.s")