diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-10-07 12:13:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 12:13:54 -0400 |
commit | dc7cf112216ffbdf579b9fb83c484bc6209e4361 (patch) | |
tree | 6428d37cb2c2a2cb9ee1a9a4208dd9a6318b9d5f /asm/SDK/AXFX/AXFXLfoTable.s | |
parent | 1727ef90223ba7992e2fc85508e49d2c1db7d2b5 (diff) | |
parent | 3394a98df4c1293aced048294c0ae5b99f9eb155 (diff) |
Merge pull request #130 from mparisi20/master
Split AXFX library and part of SC library, and resolve unknown functions in GX library
Diffstat (limited to 'asm/SDK/AXFX/AXFXLfoTable.s')
-rw-r--r-- | asm/SDK/AXFX/AXFXLfoTable.s | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/asm/SDK/AXFX/AXFXLfoTable.s b/asm/SDK/AXFX/AXFXLfoTable.s new file mode 100644 index 0000000..dbaffe5 --- /dev/null +++ b/asm/SDK/AXFX/AXFXLfoTable.s @@ -0,0 +1,9 @@ +.include "macros.inc"
+
+.section .text, "ax" # 0x80006980 - 0x803E1E60
+
+.global __AXFXGetLfoSinTable
+__AXFXGetLfoSinTable:
+/* 80296474 002920D4 3C 60 80 44 */ lis r3, lbl_8043A770@ha
+/* 80296478 002920D8 38 63 A7 70 */ addi r3, r3, lbl_8043A770@l
+/* 8029647C 002920DC 4E 80 00 20 */ blr
|