mirror of https://github.com/zeldaret/oot.git
23 lines
548 B
ArmAsm
23 lines
548 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_8089A020
|
|
.word 0x00000000
|
|
glabel Bg_Jya_Lift_InitVars
|
|
.word 0x01570100, 0x00000010, 0x00F10000, 0x0000016C
|
|
.word BgJyaLift_Init
|
|
.word BgJyaLift_Destroy
|
|
.word BgJyaLift_Update
|
|
.word BgJyaLift_Draw
|
|
glabel D_8089A044
|
|
.word 0xC8500064, 0xB0F40578, 0xB0F80708, 0x30FC09C4, 0x00000000, 0x00000000, 0x00000000
|
|
|