mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 11:49:24 +00:00
21 lines
584 B
ArmAsm
21 lines
584 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 purposee registers
|
||
|
|
||
|
.section .data
|
||
|
|
||
|
glabel D_80A55F40
|
||
|
.word 0x00000000
|
||
|
glabel En_Heishi3_InitVars
|
||
|
.word 0x01420400, 0x00000000, 0x00970000, 0x000002C8
|
||
|
.word EnHeishi3_Init
|
||
|
.word EnHeishi3_Destroy
|
||
|
.word EnHeishi3_Update
|
||
|
.word EnHeishi3_Draw
|
||
|
glabel D_80A55F64
|
||
|
.word 0x0A000039, 0x20010000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000100, 0x000F0046, 0x00000000, 0x00000000
|
||
|
|