mirror of
https://github.com/zeldaret/oot
synced 2026-07-09 14:45:41 -04:00
Fix BSS of 2 actors to avoid hardcoded increments in the spec (#119)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
.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
|
||||
|
||||
.bss
|
||||
|
||||
glabel D_809CAB00
|
||||
.space 0x10
|
||||
@@ -0,0 +1,11 @@
|
||||
.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
|
||||
|
||||
.bss
|
||||
|
||||
glabel D_80B0F630
|
||||
.space 0x80
|
||||
Reference in New Issue
Block a user