mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 11:49:24 +00:00
53ceea717d
* Add .align 4 directives to all data/ files (+ minor alignment fixes) * Use .balign for everything and fix typo
35 lines
1.3 KiB
ArmAsm
35 lines
1.3 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_Honotrap_InitVars
|
|
.word 0x011C0600, 0x00000010, 0x00030000, 0x00000244
|
|
.word EnHonotrap_Init
|
|
.word EnHonotrap_Destroy
|
|
.word EnHonotrap_Update
|
|
.word EnHonotrap_Draw
|
|
glabel D_80A5AF80
|
|
.word 0x04000000, 0x00000000, 0x00000000, 0x0001F824, 0x00000000, 0x00010000, 0x00000000, 0x41B80000, 0x41080000, 0xC1B80000, 0x00000000, 0x41080000, 0x00000000, 0xC1B80000, 0x41080000, 0x00000000, 0x00000000, 0x00000000, 0x0001F824, 0x00000000, 0x00010000, 0x00000000, 0x41B80000, 0x41080000, 0x00000000, 0xC1B80000, 0x41080000, 0x41B80000, 0x00000000, 0x41080000
|
|
glabel D_80A5AFF8
|
|
.word 0x0A000900, 0x00020000, 0x00000002
|
|
.word D_80A5AF80
|
|
glabel D_80A5B008
|
|
.word 0x0A110939, 0x20010000, 0x00000000, 0xFFCFFFFF, 0x01040000, 0x00100000, 0x00000000, 0x19010100, 0x000A0019, 0x00000000, 0x00000000
|
|
glabel D_80A5B034
|
|
.word 0x00000009, 0x00170100
|
|
glabel D_80A5B03C
|
|
.word 0xB0F403E8, 0xB0F801F4, 0x30FC03E8
|
|
glabel D_80A5B048
|
|
.word 0x00000000, 0x00000000, 0x00000000
|
|
glabel D_80A5B054
|
|
.word 0x00000000, 0x3DCCCCCD, 0x00000000
|
|
glabel D_80A5B060
|
|
.word 0x0500B0A0, 0x0500B8A0, 0x0500C0A0, 0x0500C0A0
|
|
|