diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-20 10:09:12 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-20 10:09:12 -0800 |
commit | a6a0b7db926a41de8adcbefa5ac2d577e21f16cf (patch) | |
tree | 305dfa34a62ebe83c46d574b921ed89284f2d77c /asm/overworld.s | |
parent | 791d5a48cc85e5bc93ad3a60ccfe11db76ea9f1e (diff) |
decompile bg_regs data
Diffstat (limited to 'asm/overworld.s')
-rw-r--r-- | asm/overworld.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/overworld.s b/asm/overworld.s index b9af2bf77..7bc1a8760 100644 --- a/asm/overworld.s +++ b/asm/overworld.s @@ -4547,7 +4547,7 @@ sub_8056F1C: @ 8056F1C movs r0, 0x46 adds r1, r4, 0 bl SetGpuReg - ldr r0, _08057018 @ =gUnknown_8231E10 + ldr r0, _08057018 @ =gBLDCNTTarget2BGFlags ldrh r1, [r0, 0x2] ldrh r2, [r0, 0x4] orrs r1, r2 @@ -4618,7 +4618,7 @@ sub_8056F1C: @ 8056F1C _0805700C: .4byte 0x00001f1f _08057010: .4byte 0x00000101 _08057014: .4byte 0x0000ffff -_08057018: .4byte gUnknown_8231E10 +_08057018: .4byte gBLDCNTTarget2BGFlags _0805701C: .4byte 0x0000070d _08057020: .4byte 0x00007060 thumb_func_end sub_8056F1C |