summaryrefslogtreecommitdiff
path: root/data/pc_screen_effect.s
diff options
context:
space:
mode:
Diffstat (limited to 'data/pc_screen_effect.s')
-rwxr-xr-xdata/pc_screen_effect.s27
1 files changed, 27 insertions, 0 deletions
diff --git a/data/pc_screen_effect.s b/data/pc_screen_effect.s
new file mode 100755
index 000000000..c33957945
--- /dev/null
+++ b/data/pc_screen_effect.s
@@ -0,0 +1,27 @@
+ .include "asm/macros.inc"
+ .include "constants/constants.inc"
+
+ .section .rodata
+
+ .align 2
+gOamData_83D18D8:: @ 83D18D8
+ .2byte 0x4000
+ .2byte 0x4000
+ .2byte 0x0000
+
+ .align 2
+gSpriteAnim_83D18E0:: @ 83D18E0
+ obj_image_anim_frame 0, 5
+ obj_image_anim_end
+
+ .align 2
+gSpriteAnimTable_83D18E8:: @ 83D18E8
+ .4byte gSpriteAnim_83D18E0
+
+ .align 2
+gUnknownPal_083D18EC::
+ .incbin "graphics/unknown/unknown_3D18EC.gbapal"
+
+ .align 2
+gUnknownGfx_083D190C::
+ .incbin "graphics/unknown/unknown_3D190C.4bpp"