diff options
| author | ehw <Knuckles500@gmail.com> | 2018-06-09 19:31:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-09 19:31:23 -0400 |
| commit | 311187e6c8dcccf7ef69085f2d69cda0dc8d9ab8 (patch) | |
| tree | a0bf4b69ac161ed90120d56ada6117fd015bf715 /constants/map_setup_constants.asm | |
| parent | 04dbd44cb88d311081114054aaba1294db27c136 (diff) | |
| parent | 38f3f4126994b19ac30eff61b912e89ed9387991 (diff) | |
Merge pull request #11 from pret/master
Merge master
Diffstat (limited to 'constants/map_setup_constants.asm')
| -rw-r--r-- | constants/map_setup_constants.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/constants/map_setup_constants.asm b/constants/map_setup_constants.asm new file mode 100644 index 0000000..046fc65 --- /dev/null +++ b/constants/map_setup_constants.asm @@ -0,0 +1,10 @@ + + const_def $f1 + const MAPSETUP_CONTINUE ; $f1 + const MAPSETUP_F2 + const MAPSETUP_RELOADMAP ; $f3 + const MAPSETUP_F4 + const MAPSETUP_F5 ; Note: entry is duplicate of $F4 + const MAPSETUP_WARP ; $f6 + const MAPSETUP_CONNECTION ; $f7 + const MAPSETUP_F8 |
