summaryrefslogtreecommitdiff
path: root/asm/SDK/DWC/gamespy/gsXML.s
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-10-29 14:27:37 -0400
committerMax <mparisi@stevens.edu>2020-10-29 14:27:37 -0400
commit47a1bdea8872c79dd2cd7d75ca7f254b9ed13170 (patch)
treef254bbac3fde59afbc4abe7f07ea763bed53b20c /asm/SDK/DWC/gamespy/gsXML.s
parentf13fcff4a5f496e8bc1fa4ff759698d9ac37c478 (diff)
match up to func_801DCFE4, add string.h and stdlib.h, add types.h to Makefile include path, and move GameSpy under DWC
Diffstat (limited to 'asm/SDK/DWC/gamespy/gsXML.s')
-rw-r--r--asm/SDK/DWC/gamespy/gsXML.s13
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