diff options
author | YamaArashi <shadow962@live.com> | 2015-11-25 16:43:06 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-11-25 16:43:06 -0800 |
commit | 5ce2d43498b04613fbad2fb8cfb150f52b2362bf (patch) | |
tree | ef1d0f454076e00b1140523a59f40a82bfff3909 /asm/gpu_obj.s | |
parent | f7a92b9a95945bf59748733ac3cf8096b5d1b125 (diff) |
field effect graphics and scripts
Diffstat (limited to 'asm/gpu_obj.s')
-rw-r--r-- | asm/gpu_obj.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/gpu_obj.s b/asm/gpu_obj.s index c1051759f..bddfe5b4e 100644 --- a/asm/gpu_obj.s +++ b/asm/gpu_obj.s @@ -554,7 +554,7 @@ super_sprites_fill: ; 8006D68 bcs @08006DD8 mov r1, sp ldr r5, =0x030022f8 - ldr r0, =gUnknown_082EC690 + ldr r0, =gDefaultOamAttributes ldr r2, [r0] ldr r3, [r0, 0x4] @08006DBE: @@ -1044,7 +1044,7 @@ reset_super_sprites: ; 8007150 cmp r3, r4 bcs @08007178 ldr r6, =0x030022f8 - ldr r5, =gUnknown_082EC690 + ldr r5, =gDefaultOamAttributes @08007162: lsls r0, r3, 3 adds r0, r6 |