1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-03 14:34:32 +00:00

Fix BSS of 2 actors to avoid hardcoded increments in the spec (#119)

This commit is contained in:
Roman971 2020-05-06 01:09:57 +02:00 committed by GitHub
parent 1425678d8a
commit f7187808bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 4 deletions

View file

@ -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

View file

@ -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