diff options
author | YamaArashi <shadow962@live.com> | 2017-02-03 16:44:06 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-02-03 16:44:06 -0800 |
commit | e2b834d21d96332c5bcf788b390a09e285c7a5cb (patch) | |
tree | 03034791bdc8e08ccbeeec1bce4777305c46e486 /asm/intro_credits_graphics.s | |
parent | ae1f731e60360437044c724675627c56bf404f25 (diff) |
begin decompiling main.s
Diffstat (limited to 'asm/intro_credits_graphics.s')
-rw-r--r-- | asm/intro_credits_graphics.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/intro_credits_graphics.s b/asm/intro_credits_graphics.s index 2503767c9..9a933c66b 100644 --- a/asm/intro_credits_graphics.s +++ b/asm/intro_credits_graphics.s @@ -473,7 +473,7 @@ sub_817B540: @ 817B540 cmp r0, 0x2 beq _0817B5B8 _0817B554: - ldr r0, =gUnknown_030022C0 + ldr r0, =gMain ldr r2, [r0, 0x20] movs r0, 0x3 ands r0, r2 @@ -517,7 +517,7 @@ _0817B596: b _0817B620 .pool _0817B5B8: - ldr r0, =gUnknown_030022C0 + ldr r0, =gMain ldr r2, [r0, 0x20] movs r0, 0x3 ands r0, r2 |