diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-19 15:19:41 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-19 15:19:41 -0800 |
commit | bdbc89bcea6eda0b0083b627ba83d822cec3ebf0 (patch) | |
tree | 43ea44c11de09aa975c597fdfa8302dc6333b29d /asm/field_screen_effect.s | |
parent | d116b7660834da4006dccd3559d1ba0e0f8acf1c (diff) |
partially decompile text
Diffstat (limited to 'asm/field_screen_effect.s')
-rw-r--r-- | asm/field_screen_effect.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/field_screen_effect.s b/asm/field_screen_effect.s index ace3190ac..d67cfc42a 100644 --- a/asm/field_screen_effect.s +++ b/asm/field_screen_effect.s @@ -768,7 +768,7 @@ _0807F3E0: adds r0, r7, 0 movs r1, 0 bl FillWindowPixelBuffer - ldr r5, _0807F424 @ =gUnknown_2021D18 + ldr r5, _0807F424 @ =gStringVar4 adds r0, r5, 0 mov r1, r8 bl StringExpandPlaceholders @@ -786,7 +786,7 @@ _0807F3E0: mov r2, r10 mov r3, r9 bl AddTextPrinterParametrized2 - ldr r2, _0807F42C @ =gUnknown_3003E50 + ldr r2, _0807F42C @ =gTextFlags ldrb r1, [r2] movs r0, 0x2 negs r0, r0 @@ -796,9 +796,9 @@ _0807F3E0: strh r0, [r4, 0xC] b _0807F448 .align 2, 0 -_0807F424: .4byte gUnknown_2021D18 +_0807F424: .4byte gStringVar4 _0807F428: .4byte gUnknown_83C68EC -_0807F42C: .4byte gUnknown_3003E50 +_0807F42C: .4byte gTextFlags _0807F430: bl RunTextPrinters adds r0, r7, 0 |