diff options
| author | Roman971 <32455037+Roman971@users.noreply.github.com> | 2020-05-26 16:32:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-26 10:32:18 -0400 |
| commit | 1bb3e006cd703b225b2a2c62cc9b0f075b669850 (patch) | |
| tree | 90df65bd9dce83746543954c6b595391edcd37bb /src/code/code_80110450.c | |
| parent | 2c5ad24c3faa207472dae1c75ebfd9da83b1602c (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/code_80110450.c')
| -rw-r--r-- | src/code/code_80110450.c | 8 |
1 files changed, 8 insertions, 0 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") |
