diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-24 10:34:19 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-24 10:39:52 -0400 |
commit | 119d6b411922eb7b375691b81fc97c9b334f4167 (patch) | |
tree | 43359d03819bdc20d6bfe563cc79564c856e9c37 /constants/map_setup_constants.asm | |
parent | 97cc513f54b6213a31070b0875fd85e920a2109b (diff) |
About time I got to these functions
Diffstat (limited to 'constants/map_setup_constants.asm')
-rw-r--r-- | constants/map_setup_constants.asm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/constants/map_setup_constants.asm b/constants/map_setup_constants.asm new file mode 100644 index 000000000..ac4741ed6 --- /dev/null +++ b/constants/map_setup_constants.asm @@ -0,0 +1,13 @@ + const_def + const MAPSETUP_00 + const MAPSETUP_01 + const MAPSETUP_02 + const MAPSETUP_03 + const MAPSETUP_04 + const MAPSETUP_05 + const MAPSETUP_06 + const MAPSETUP_07 + const MAPSETUP_08 + const MAPSETUP_09 + const MAPSETUP_10 + const MAPSETUP_11 |