mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 11:49:24 +00:00
8705d40e54
* Split ovl_file_choose and ovl_kaleido_scope * Split ovl_kaleido_scope's rodata/data/bss * fix * fix spec * spec fix * hopefully last spec fix * hopefully last spec fix 2 * fix * Add comments on file boundaries * fix
25 lines
544 B
ArmAsm
25 lines
544 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 D_8082A3F0
|
|
.word 0x05010203
|
|
glabel D_8082A3F4
|
|
.word 0x00010203
|
|
glabel D_8082A3F8
|
|
.word 0x474D5053
|
|
glabel D_8082A3FC
|
|
.word 0x4A4D5053
|
|
glabel D_8082A400
|
|
.word 0x00030609
|
|
glabel D_8082A404
|
|
.word 0x00000102, 0x00030405, 0x00060708, 0x00090A0B
|
|
glabel D_8082A414
|
|
.word 0x00000000, 0x00000000, 0x00000000
|