mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
Rename variables in code_800FD970 (#142)
* Decompile code_800FD970 * Comment cleanups, ensure formatter won't cause a matching issue later * Make code_800FD970 variables static and rename * Delete data and bss asm files
This commit is contained in:
parent
47e25298a0
commit
63985a0011
3 changed files with 14 additions and 36 deletions
|
@ -1,11 +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 .bss
|
||||
|
||||
glabel D_80175640
|
||||
.space 0x10
|
|
@ -1,11 +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_801344C0
|
||||
.incbin "baserom.z64", 0xBAB660, 0x10
|
Loading…
Add table
Add a link
Reference in a new issue