mirror of
https://github.com/zeldaret/oot
synced 2026-06-18 07:25:39 -04: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:
@@ -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")
|
||||
Reference in New Issue
Block a user