diff options
author | Felk <de.felix.koenig@gmail.com> | 2020-12-13 03:55:08 +0100 |
---|---|---|
committer | Felk <de.felix.koenig@gmail.com> | 2020-12-13 04:01:08 +0100 |
commit | 7c23a2eb8252a9c62d0a77d5c2bb79e22c8fc32f (patch) | |
tree | 20e04cbea6f96fd0a7308b8be17af75ed271dd4c /asm/code_8021C220.s | |
parent | 67589881a33eb56f42307b1d1724e94c612d8c2f (diff) |
label possible pointer to some rendering context object
Diffstat (limited to 'asm/code_8021C220.s')
-rw-r--r-- | asm/code_8021C220.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/code_8021C220.s b/asm/code_8021C220.s index aeac435..78a65fe 100644 --- a/asm/code_8021C220.s +++ b/asm/code_8021C220.s @@ -438,7 +438,7 @@ lbl_8021C7B4: /* 8021C7B8 00218418 38 00 00 02 */ li r0, 2
/* 8021C7BC 0021841C B0 0D A2 74 */ sth r0, lbl_8063F534-_SDA_BASE_(r13)
lbl_8021C7C0:
-/* 8021C7C0 00218420 83 AD A3 D8 */ lwz r29, lbl_8063F698-_SDA_BASE_(r13)
+/* 8021C7C0 00218420 83 AD A3 D8 */ lwz r29, render_context_ptr-_SDA_BASE_(r13)
/* 8021C7C4 00218424 38 61 00 08 */ addi r3, r1, 8
/* 8021C7C8 00218428 C0 22 9B 74 */ lfs f1, lbl_80642174-_SDA2_BASE_(r2)
/* 8021C7CC 0021842C 38 80 00 59 */ li r4, 0x59
|