diff options
author | yenatch <yenatch@gmail.com> | 2013-11-28 01:32:50 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-11-28 01:38:49 -0500 |
commit | ac65a8b8216c742adba5adc761949319dcdd39a2 (patch) | |
tree | 137c6cac16abb6411dded17e328cdb44930fb179 /engine | |
parent | 72b1dda303c9cb1824b7f62e2ec8ecd7cd696cbc (diff) |
engine/credits_crystal.o
Diffstat (limited to 'engine')
-rw-r--r-- | engine/credits_crystal.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engine/credits_crystal.asm b/engine/credits_crystal.asm new file mode 100644 index 000000000..76dc86319 --- /dev/null +++ b/engine/credits_crystal.asm @@ -0,0 +1,6 @@ +INCLUDE "pokecrystal.asm" +INCLUDE "includes.asm" + +SECTION "Credits", ROMX, BANK[CREDITS] +INCLUDE "engine/credits.asm" + |