diff options
author | IIMarckus <iimarckus@gmail.com> | 2012-03-20 22:23:40 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2012-03-20 22:23:40 -0600 |
commit | 93902a38bd9b9a1a6dd1cbd4b34650549cbc5f35 (patch) | |
tree | 4ddfacf9ac4d8154405b73579a3b7d52e3f8ac86 /pokecrystal.asm | |
parent | 572370fb456f6f95ec18b063a63f6d490b065307 (diff) |
Add code for the Extremespeed Dratini.
Diffstat (limited to 'pokecrystal.asm')
-rw-r--r-- | pokecrystal.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokecrystal.asm b/pokecrystal.asm index 288106557..163ce91c4 100644 --- a/pokecrystal.asm +++ b/pokecrystal.asm @@ -1,2 +1,3 @@ +INCLUDE "wram.asm" INCLUDE "constants.asm" INCLUDE "main.tx" |