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
30 lines
1.2 KiB
ArmAsm
30 lines
1.2 KiB
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 En_Changer_InitVars
|
|
.word 0x01550600, 0x00000000, 0x00010000, 0x0000016C
|
|
.word EnChanger_Init
|
|
.word EnChanger_Destroy
|
|
.word EnChanger_Update
|
|
.word 0x00000000
|
|
glabel D_809D30A0
|
|
.word 0x00000000, 0x00000000, 0x00000000, 0xC2C80000, 0x41A00000, 0xC3750000, 0xC2C80000, 0x41A00000, 0xC42B4000, 0xC2C80000, 0x41A00000, 0xC48CA000, 0xC2C80000, 0x41A00000, 0xC4C3A000, 0xC2C80000, 0x41A00000, 0xC4FAA000
|
|
glabel D_809D30E8
|
|
.word 0x00000000, 0x00000000, 0x00000000, 0x430C0000, 0x41A00000, 0xC3750000, 0x430C0000, 0x41A00000, 0xC42B4000, 0x430C0000, 0x41A00000, 0xC48CA000, 0x430C0000, 0x41A00000, 0xC4C3A000, 0x430C0000, 0x41A00000, 0xC4FAA000
|
|
glabel D_809D3130
|
|
.word 0x00000000, 0x00000072, 0x00000072, 0x00000073, 0x00000073, 0x00000074
|
|
glabel D_809D3148
|
|
.word 0x00000000, 0x00000008, 0x00000008, 0x00000009, 0x00000009, 0x0000000A
|
|
glabel D_809D3160
|
|
.word 0x00000000, 0x00000002, 0x00000004, 0x00000006, 0x00000008
|
|
glabel D_809D3174
|
|
.word 0x0000000A, 0x00000000, 0x00000000
|
|
|