mirror of
https://github.com/zeldaret/oot
synced 2026-07-11 15:18:59 -04:00
Match retail BSS ordering (#1927)
* Match retail BSS ordering * Revert moving some global variables to headers * Adjust block numbers after header changes * Fix debug build * Overlay bss ordering * Fix BSS ordering after header changes * gc-eu-mq OK * Implement preprocessor for #pragma increment_block_number * Transfer usage comment from reencode.sh * Use temporary directory instead of temporary file * Move ColChkMassType back
This commit is contained in:
@@ -1,27 +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
|
||||
|
||||
# Note: This file is only included in the MATCHING build, the data is imported for non-matching
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel sFaultInstance
|
||||
.space 4
|
||||
|
||||
glabel sFaultAwaitingInput
|
||||
.space 4
|
||||
|
||||
glabel sFaultStack
|
||||
.space 0x600
|
||||
|
||||
glabel sFaultThreadInfo
|
||||
.space 0x20
|
||||
|
||||
glabel gFaultMgr
|
||||
.space 0x850
|
||||
@@ -1,19 +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
|
||||
|
||||
# Note: This file is only included in the MATCHING build, the data is imported for non-matching
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel sFaultDrawer
|
||||
.space 0x3C
|
||||
.space 0x04 # padding
|
||||
|
||||
glabel D_8016B6C0
|
||||
.space 0x20
|
||||
Reference in New Issue
Block a user