diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-11-20 21:53:45 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-11-20 21:53:45 +0100 |
commit | 4e3ed078f9c8c486015d5c00e8d158671d3f740d (patch) | |
tree | 227cf7ce64e1b28fec668e8b7da3ac46f3ed37a7 /constants/misc_constants.asm | |
parent | dac6916c8b7e257d5b35657f4797aada60df8e2a (diff) |
Cosmetic fixes
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r-- | constants/misc_constants.asm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 03911c50a..b492e958e 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -7,9 +7,10 @@ MALE EQU 0 FEMALE EQU 1 ; FlagAction arguments (see home/flag.asm) -RESET_FLAG EQU 0 -SET_FLAG EQU 1 -CHECK_FLAG EQU 2 + const_def + const RESET_FLAG + const SET_FLAG + const CHECK_FLAG ; G/S version ID: 0 = Gold, 1 = Silver (used by checkver) GS_VERSION EQU 0 |