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 | |
parent | 02e6e3765eb81beb2c8a518f37fdd93f6e1da170 (diff) |
Use constants for the starter mons
Diffstat (limited to 'constants')
-rwxr-xr-x | constants/starter_mons.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/starter_mons.asm b/constants/starter_mons.asm new file mode 100755 index 00000000..16de35d4 --- /dev/null +++ b/constants/starter_mons.asm @@ -0,0 +1,3 @@ +STARTER1 EQU CHARMANDER +STARTER2 EQU SQUIRTLE +STARTER3 EQU BULBASAUR |