diff options
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" + |