diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-25 01:21:31 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-25 01:21:31 -0400 |
commit | f6d0a14e7f083ec6f789a78fe50b3153c4cfd87c (patch) | |
tree | 0c48b4495aecc7317a8208feaaff6a632e9cdb66 /data | |
parent | 0da7681d8f251b51641f0fe43e16c7c8505d71db (diff) |
Move remaining event_object_movement data to src
Diffstat (limited to 'data')
-rw-r--r-- | data/event_object_movement.s | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/data/event_object_movement.s b/data/event_object_movement.s deleted file mode 100644 index c63283889..000000000 --- a/data/event_object_movement.s +++ /dev/null @@ -1,16 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - .section .rodata - .align 2 -gReflectionEffectPaletteMap:: @ 835B934 - .byte 0x01, 0x01, 0x06, 0x07, 0x08, 0x09, 0x06, 0x07, 0x08, 0x09, 0x0b, 0x0b, 0x00, 0x00, 0x00, 0x00 - -gCameraSpriteTemplate:: @ 835B944 - spr_template 0, 65535, gDummyOamData, gDummySpriteAnimTable, NULL, gDummySpriteAffineAnimTable, ObjectCB_CameraObject - -gCameraObjectFuncs:: @ 835B95C - .4byte CameraObject_0 - .4byte CameraObject_1 - .4byte CameraObject_2 - -@9186 |