diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-12 15:05:40 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-12 15:05:40 +0200 |
commit | 0fe703023011421d9686ab0666904ae594906e7b (patch) | |
tree | 1c5ea13bc41960e141fd04710b8273ba23adcb6b /include/flags.h | |
parent | 6539188fa65826e2c2b101d6502f3b7794dd5197 (diff) |
pokemon 3 is almost decompiled
Diffstat (limited to 'include/flags.h')
-rw-r--r-- | include/flags.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/flags.h b/include/flags.h index 362e1be53..19ec01b56 100644 --- a/include/flags.h +++ b/include/flags.h @@ -2,8 +2,8 @@ #define GUARD_FLAGS_H #define TRAINER_FLAG_START 0x500 -#define TRAINERS_FLAG_NO 0x360 -#define CODE_FLAGS (TRAINER_FLAG_START + TRAINERS_FLAG_NO) +#define TRAINERS_FLAG_NO 0x356 +#define CODE_FLAGS (TRAINER_FLAG_START + TRAINERS_FLAG_NO + 0xA) // SYSTEM FLAGS |