mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +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
16 lines
294 B
ArmAsm
16 lines
294 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 .bss
|
|
|
|
.balign 16
|
|
|
|
glabel D_80813800
|
|
.space 0x10
|
|
glabel D_80813810
|
|
.space 0x10
|
|
|