diff options
| author | cadmic <cadmic24@gmail.com> | 2024-04-14 14:51:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-14 23:51:32 +0200 |
| commit | f643499462f8cf908ddf1ee77b5625ebaff2cf25 (patch) | |
| tree | 852eb24ec8f3c8c507d779c4878be92cf5ff36c7 /data | |
| parent | a94661054ed8e7ac895c3f4df07b8ac339fc3ce0 (diff) | |
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
Diffstat (limited to 'data')
| -rw-r--r-- | data/fault.bss.s | 27 | ||||
| -rw-r--r-- | data/fault_drawer.bss.s | 19 |
2 files changed, 0 insertions, 46 deletions
diff --git a/data/fault.bss.s b/data/fault.bss.s deleted file mode 100644 index d8d76a051..000000000 --- a/data/fault.bss.s +++ /dev/null @@ -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 diff --git a/data/fault_drawer.bss.s b/data/fault_drawer.bss.s deleted file mode 100644 index 89a29d8bb..000000000 --- a/data/fault_drawer.bss.s +++ /dev/null @@ -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 |
