mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
ovl_En_Heishi3 OK (#121)
* almost done with heishi3 * heishi3 ok * Added function names to heishi3 * EnHeishi3 OK * Made some suggested changes. Still have questions about others * Made suggsted changes * fixed formatting * fixed formatting
This commit is contained in:
parent
3e5ed389b9
commit
7d7c851289
17 changed files with 221 additions and 692 deletions
|
@ -1,20 +0,0 @@
|
|||
.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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue