mirror of
https://github.com/zeldaret/oot
synced 2026-08-06 18:03:03 -04:00
Decompile flg_set data (#172)
* Decompile data for flg_set * Ran formatter * Remove data/ files
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user