mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +00:00
Properly align asm & data (+ minor fixes) (#165)
* Add .align 4 directives to all data/ files (+ minor alignment fixes) * Use .balign for everything and fix typo
This commit is contained in:
parent
ba0e57eecd
commit
53ceea717d
979 changed files with 3631 additions and 1894 deletions
|
@ -1,3 +1,6 @@
|
|||
.section .rodata
|
||||
|
||||
.balign 16
|
||||
|
||||
D_809C2000:
|
||||
.incbin "baserom/ovl_En_Bird", 0x450, 0x00000060
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue