diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-01-04 13:40:33 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 13:40:33 -0600 |
commit | 469212f7ee42d04e3160d357ed1f088f12edd391 (patch) | |
tree | ea53fd58f6dc9a42e38c3a7a78d6b7baa760a520 /asm/code_80A26CC.s | |
parent | 87cd9885a9f8b38a76ab6add4a634e2a8a4837ee (diff) |
CPU and GPU Reg Funcs Decomp (#16)
* decomp/doc cpu funcs and gpu reg funcs
* use Cpu32 macro funcs
* address review comments
* decomp SetBGOBJEnableFlags
Diffstat (limited to 'asm/code_80A26CC.s')
-rw-r--r-- | asm/code_80A26CC.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/code_80A26CC.s b/asm/code_80A26CC.s index ebc16bc..20676d2 100644 --- a/asm/code_80A26CC.s +++ b/asm/code_80A26CC.s @@ -4386,12 +4386,12 @@ _080A4998: .4byte 0x00000536 _080A499C: ldr r0, [r4, 0x48] ldr r1, [r4, 0x4C] - bl sub_800CCA0 + bl SetBG2RegOffsets b _080A49AE _080A49A6: ldr r0, [r4, 0x48] ldr r1, [r4, 0x4C] - bl sub_800CCAC + bl SetBG3RegOffsets _080A49AE: adds r6, 0x1 adds r5, 0x1 |