mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Decompile flg_set data (#172)
* Decompile data for flg_set * Ran formatter * Remove data/ files
This commit is contained in:
parent
248c0587d6
commit
db987db9f8
6 changed files with 45 additions and 148 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 purpose registers
|
||||
|
||||
.section .bss
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel D_8015BB90
|
||||
.space 0x10
|
|
@ -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 D_80115DC0
|
||||
.incbin "baserom.z64", 0xB8CF60, 0x1A8
|
||||
|
||||
glabel D_80115F68
|
||||
.incbin "baserom.z64", 0xB8D108, 0x4
|
||||
|
||||
glabel D_80115F6C
|
||||
.incbin "baserom.z64", 0xB8D10C, 0x4
|
||||
|
||||
glabel D_80115F70
|
||||
.incbin "baserom.z64", 0xB8D110, 0x10
|
Loading…
Add table
Add a link
Reference in a new issue