diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-21 08:48:30 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-21 09:54:33 -0400 |
commit | d693721f979f6045ff3dccec69b6ddd5d5f03e62 (patch) | |
tree | 741e3ccda37dee3d53bd54da62379be6fdbee53e /constants.asm | |
parent | 02e6e3765eb81beb2c8a518f37fdd93f6e1da170 (diff) |
Use constants for the starter mons
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm index 9c386c81..7c51afcf 100644 --- a/constants.asm +++ b/constants.asm @@ -28,4 +28,4 @@ INCLUDE "constants/connection_constants.asm" INCLUDE "constants/credits_constants.asm" INCLUDE "constants/music_constants.asm" INCLUDE "constants/tilesets.asm" - +INCLUDE "constants/starter_mons.asm" |