mirror of
https://github.com/zeldaret/oot
synced 2026-07-09 06:43:38 -04:00
EnTrap OK (#615)
* Manual migration of work to new branch due to screwing up git * removing unused asm * formatting * Fixing a comment * Adding a missing sound define
This commit is contained in:
@@ -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 purpose registers
|
||||
|
||||
.section .data
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel En_Trap_InitVars
|
||||
.word 0x00800100, 0x00000010, 0x00850000, 0x000001EC
|
||||
.word EnTrap_Init
|
||||
.word EnTrap_Destroy
|
||||
.word EnTrap_Update
|
||||
.word EnTrap_Draw
|
||||
glabel D_80B25830
|
||||
.word 0x00000935, 0x10010000, 0x00000000, 0x00000000, 0x00000000, 0x00001000, 0x00000000, 0x00010100, 0x001E0014, 0x00000000, 0x00000000, 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_80B25880
|
||||
.incbin "baserom/ovl_En_Trap", 0x1220, 0x00000070
|
||||
Reference in New Issue
Block a user