diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-10-31 18:29:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-31 18:29:54 -0400 |
commit | b78fc344a7db4386fc086e96107ed9f5f6cf45ae (patch) | |
tree | c93cb32ab858dae70b15b1c4943ee8e771dadbde /asm/SDK/DWC/gamespy/gsXML.s | |
parent | f13fcff4a5f496e8bc1fa4ff759698d9ac37c478 (diff) | |
parent | 9ba8186ce645c468f66eed98034db0127f3e3199 (diff) |
Merge pull request #154 from mparisi20/master
decompile code_801DCE6C.o, move gamespy, and add standard C system headers
Diffstat (limited to 'asm/SDK/DWC/gamespy/gsXML.s')
-rw-r--r-- | asm/SDK/DWC/gamespy/gsXML.s | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/asm/SDK/DWC/gamespy/gsXML.s b/asm/SDK/DWC/gamespy/gsXML.s new file mode 100644 index 0000000..288b366 --- /dev/null +++ b/asm/SDK/DWC/gamespy/gsXML.s @@ -0,0 +1,13 @@ +.include "macros.inc"
+
+.section .text, "ax" # 0x80006980 - 0x803E1E60
+
+.global gsXmlWriterGetData
+gsXmlWriterGetData:
+/* 8033CDDC 00338A3C 80 63 00 00 */ lwz r3, 0(r3)
+/* 8033CDE0 00338A40 4E 80 00 20 */ blr
+
+.global gsXmlWriterGetDataLength
+gsXmlWriterGetDataLength:
+/* 8033CDE4 00338A44 80 63 00 04 */ lwz r3, 4(r3)
+/* 8033CDE8 00338A48 4E 80 00 20 */ blr
|