mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
53ceea717d
* Add .align 4 directives to all data/ files (+ minor alignment fixes) * Use .balign for everything and fix typo
20 lines
480 B
ArmAsm
20 lines
480 B
ArmAsm
.include "macro.inc"
|
|
|
|
# assembler directives
|
|
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
.set gp=64 # allow use of 64-bit general purpose registers
|
|
|
|
.section .data
|
|
|
|
.balign 16
|
|
|
|
glabel Effect_Ss_Dust_InitVars
|
|
.word 0x00000000
|
|
.word func_809A22D0
|
|
glabel D_809A2A48
|
|
.word func_809A27F0
|
|
.word func_809A28EC
|
|
glabel D_809A2A50
|
|
.word 0x04051DB0, 0x040521B0, 0x040525B0, 0x040529B0, 0x04052DB0, 0x040531B0, 0x040535B0, 0x040539B0
|
|
|