diff options
author | yenatch <yenatch@gmail.com> | 2013-04-29 16:32:05 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-04-29 16:32:05 -0400 |
commit | 94cdb091c9dc09da8efab21c0676471b0d38d96a (patch) | |
tree | eed6e8d2398cd9af3ccc421a16a672d61cd37b39 /constants.asm | |
parent | 620d5c09c70d85a07bc9c55875db971ac3cd7097 (diff) |
i have a clue what most of this does
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 437ad3c1a..b3e3955c4 100644 --- a/constants.asm +++ b/constants.asm @@ -3363,6 +3363,7 @@ SPECIAL_MONCHECK EQU $0097 ; predefs +PREDEF_FLAG EQU $03 PREDEF_FILLPP EQU $05 PREDEF_ADDPARTYMON EQU $06 PREDEF_FILLSTATS EQU $0C |