mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 22:44:30 +00:00
En_Ex_Item (#567)
* first go * match * vt * docs * one last thing * formatted * bowling, why not * header * Update src/overlays/actors/ovl_En_Ex_Item/z_en_ex_item.h Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * Update src/overlays/actors/ovl_En_Ex_Item/z_en_ex_item.c Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * press FFFF Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain> Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
parent
600bad1f20
commit
7daadc5ea1
30 changed files with 554 additions and 1329 deletions
|
@ -1,22 +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 purpose registers
|
||||
|
||||
.section .data
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel En_Ex_Item_InitVars
|
||||
.word 0x01680600, 0x00000030, 0x00010000, 0x00000184
|
||||
.word EnExItem_Init
|
||||
.word EnExItem_Destroy
|
||||
.word EnExItem_Update
|
||||
.word EnExItem_Draw
|
||||
glabel D_80A09E00
|
||||
.word 0x00630064, 0x00650000
|
||||
glabel D_80A09E08
|
||||
.word 0x0403F140, 0x00000000
|
||||
|
|
@ -1,13 +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 purpose registers
|
||||
|
||||
.section .rodata
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel D_80A0A180
|
||||
.incbin "baserom/ovl_En_Ex_Item", 0x12E0, 0x00000290
|
Loading…
Add table
Add a link
Reference in a new issue