mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-06 16:04:35 +00:00
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.
This commit is contained in:
parent
2c5ad24c3f
commit
1bb3e006cd
8 changed files with 46 additions and 33 deletions
8
src/code/code_80110450.c
Normal file
8
src/code/code_80110450.c
Normal file
|
@ -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")
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue