summaryrefslogtreecommitdiff
path: root/data/debug.s
diff options
context:
space:
mode:
Diffstat (limited to 'data/debug.s')
-rw-r--r--data/debug.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/debug.s b/data/debug.s
new file mode 100644
index 0000000..8de9e9f
--- /dev/null
+++ b/data/debug.s
@@ -0,0 +1,7 @@
+ .section .rodata
+
+@ Error Handling
+ .global gFuncFileLineString
+gFuncFileLineString: @ 80D418C
+ .string "func = '%s'\n"
+ .string "file = '%s' line = %5d\0"