diff options
author | Max <mparisi@stevens.edu> | 2020-10-15 13:06:18 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-15 13:06:18 -0400 |
commit | 8ab50ac33812bf6f88e9fed4d81e484dace27e02 (patch) | |
tree | f4cf70dc444852d6e0c597d3e6c15b47ed10ff6a | |
parent | 9537751fbf245a67b64f8bdb50f42188f340ffcb (diff) |
resolve linker errors
-rw-r--r-- | asm/code_80168C1C.s | 2 | ||||
-rw-r--r-- | asm/code_80169268.s | 2 | ||||
-rw-r--r-- | asm/code_8016A25C.s | 2 | ||||
-rw-r--r-- | asm/code_8016E2B8.s | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/asm/code_80168C1C.s b/asm/code_80168C1C.s index b331814..a180537 100644 --- a/asm/code_80168C1C.s +++ b/asm/code_80168C1C.s @@ -428,6 +428,8 @@ lbl_801691C0: /* 801691CC 00164E2C 7C 08 03 A6 */ mtlr r0
/* 801691D0 00164E30 38 21 00 30 */ addi r1, r1, 0x30
/* 801691D4 00164E34 4E 80 00 20 */ blr
+ +.global lbl_801691D8 lbl_801691D8:
/* 801691D8 00164E38 94 21 FF E0 */ stwu r1, -0x20(r1)
/* 801691DC 00164E3C 7C 08 02 A6 */ mflr r0
diff --git a/asm/code_80169268.s b/asm/code_80169268.s index 1abe3e6..1ceced5 100644 --- a/asm/code_80169268.s +++ b/asm/code_80169268.s @@ -304,6 +304,8 @@ func_80169560: /* 801696AC 0016530C 7C 08 03 A6 */ mtlr r0
/* 801696B0 00165310 38 21 00 20 */ addi r1, r1, 0x20
/* 801696B4 00165314 4E 80 00 20 */ blr
+ +.global lbl_801696B8 lbl_801696B8:
/* 801696B8 00165318 94 21 FF E0 */ stwu r1, -0x20(r1)
/* 801696BC 0016531C 7C 08 02 A6 */ mflr r0
diff --git a/asm/code_8016A25C.s b/asm/code_8016A25C.s index db41284..8a79668 100644 --- a/asm/code_8016A25C.s +++ b/asm/code_8016A25C.s @@ -404,6 +404,8 @@ lbl_8016A7C8: /* 8016A7D4 00166434 7C 08 03 A6 */ mtlr r0
/* 8016A7D8 00166438 38 21 00 20 */ addi r1, r1, 0x20
/* 8016A7DC 0016643C 4E 80 00 20 */ blr
+ +.global lbl_8016A7E0 lbl_8016A7E0:
/* 8016A7E0 00166440 94 21 FF A0 */ stwu r1, -0x60(r1)
/* 8016A7E4 00166444 7C 08 02 A6 */ mflr r0
diff --git a/asm/code_8016E2B8.s b/asm/code_8016E2B8.s index 3e1eb44..eb53d3c 100644 --- a/asm/code_8016E2B8.s +++ b/asm/code_8016E2B8.s @@ -2,6 +2,8 @@ .section .text, "ax" # 0x80006980 - 0x803E1E60
+ +.global lbl_8016E2B8 lbl_8016E2B8:
/* 8016E2B8 00169F18 80 0D 9F 08 */ lwz r0, lbl_8063F1C8-_SDA_BASE_(r13)
/* 8016E2BC 00169F1C 7C 65 1B 78 */ mr r5, r3
|