diff options
author | yenatch <yenatch@gmail.com> | 2016-01-29 16:24:02 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-01-29 16:24:38 -0500 |
commit | 08ac6dfd80000f1cdd449225e4d2cc195e086439 (patch) | |
tree | fc85edcb9de974408b99c6e26562798442cd6c08 /engine | |
parent | 1176712cfebba527fac1438fdf8ca8b9e643a8e7 (diff) |
*_crystal.asm files are no longer needed to build crystal *.o.
Diffstat (limited to 'engine')
-rw-r--r-- | engine/credits_crystal.asm | 2 | ||||
-rw-r--r-- | engine/events_crystal.asm | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/engine/credits_crystal.asm b/engine/credits_crystal.asm deleted file mode 100644 index 51265434b..000000000 --- a/engine/credits_crystal.asm +++ /dev/null @@ -1,2 +0,0 @@ -INCLUDE "pokecrystal.asm" -INCLUDE "engine/credits.asm" diff --git a/engine/events_crystal.asm b/engine/events_crystal.asm deleted file mode 100644 index 56cb7a200..000000000 --- a/engine/events_crystal.asm +++ /dev/null @@ -1,2 +0,0 @@ -INCLUDE "pokecrystal.asm" -INCLUDE "engine/events.asm" |