mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
add script to find (and optionally delete) old/unused asm files and delete all currently present old/unused asm files. (#65)
This commit is contained in:
parent
a45e7920bc
commit
d263b9dabd
50 changed files with 31 additions and 2308 deletions
|
@ -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 purposee registers
|
||||
|
||||
.section .rodata
|
||||
|
||||
.align 4
|
||||
|
||||
glabel D_8014B260
|
||||
.double 0.017453292222222222
|
|
@ -1,3 +0,0 @@
|
|||
.section .rodata
|
||||
D_809C8D10:
|
||||
.incbin "baserom/ovl_En_Boom", 0x890, 0x000000B0
|
Loading…
Add table
Add a link
Reference in a new issue