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_80157854.s | |
parent | 67589881a33eb56f42307b1d1724e94c612d8c2f (diff) |
label possible pointer to some rendering context object
Diffstat (limited to 'asm/code_80157854.s')
-rw-r--r-- | asm/code_80157854.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/code_80157854.s b/asm/code_80157854.s index 10ea47d..c47aa16 100644 --- a/asm/code_80157854.s +++ b/asm/code_80157854.s @@ -300,7 +300,7 @@ lbl_80157C28: /* 80157C60 001538C0 93 C1 00 18 */ stw r30, 0x18(r1)
/* 80157C64 001538C4 93 A1 00 14 */ stw r29, 0x14(r1)
/* 80157C68 001538C8 93 81 00 10 */ stw r28, 0x10(r1)
-/* 80157C6C 001538CC 80 AD A3 D8 */ lwz r5, lbl_8063F698-_SDA_BASE_(r13)
+/* 80157C6C 001538CC 80 AD A3 D8 */ lwz r5, render_context_ptr-_SDA_BASE_(r13)
/* 80157C70 001538D0 88 05 00 82 */ lbz r0, 0x82(r5)
/* 80157C74 001538D4 2C 00 00 00 */ cmpwi r0, 0
/* 80157C78 001538D8 40 82 00 10 */ bne lbl_80157C88
|