summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2023-01-02 10:52:56 +0000
committerGitHub <noreply@github.com>2023-01-02 05:52:56 -0500
commite77b83cf1b76fa4a3774e10e554300adfb1c76ce (patch)
treeb1b5351cd98aa7c6edf124f796ec40127baaf4ca /data
parente37b9934837ec96304a3ef9576d8d283cfa0f7bb (diff)
Import fault bss under NON_MATCHING (#1484)
* Import fault bss under NON_MATCHING * Fix comments in data files * Fix variable name
Diffstat (limited to 'data')
-rw-r--r--data/fault.bss.s2
-rw-r--r--data/fault_drawer.bss.s6
2 files changed, 6 insertions, 2 deletions
diff --git a/data/fault.bss.s b/data/fault.bss.s
index b66f9cf83..d8d76a051 100644
--- a/data/fault.bss.s
+++ b/data/fault.bss.s
@@ -7,6 +7,8 @@
.section .bss
+# Note: This file is only included in the MATCHING build, the data is imported for non-matching
+
.balign 16
glabel sFaultInstance
diff --git a/data/fault_drawer.bss.s b/data/fault_drawer.bss.s
index 8642064c4..0c64984b3 100644
--- a/data/fault_drawer.bss.s
+++ b/data/fault_drawer.bss.s
@@ -7,10 +7,12 @@
.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
-glabel D_8016B6C0
- .space 0x20
+glabel D_8016B6BC
+ .space 0x24