diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-18 10:11:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-18 10:11:33 -0400 |
commit | 4bc284ff2c7d0ec3f24df8d94a77860fbaed588b (patch) | |
tree | 6bde8effc75a77985ae058b71e532910f78ac571 /include/constants/flags.h | |
parent | 75f1c808ccd173ca35c67b827e8d6c3825b526c2 (diff) | |
parent | 2e29ee64b89dc92a6345638eea50d74b8ee7ec6e (diff) |
Merge pull request #128 from garakmon/more_event_script_dump
Final Event Script Dump
Diffstat (limited to 'include/constants/flags.h')
-rw-r--r-- | include/constants/flags.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h index a4b891aca..2d5772959 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -5,6 +5,7 @@ #define FLAG_SYS_SAFARI_MODE 0x800 #define FLAG_WHITE_FLUTE_ACTIVE 0x803 #define FLAG_BLACK_FLUTE_ACTIVE 0x804 +#define FLAG_0x805 0x805 // World Map Flags #define FLAG_WORLD_MAP_PALLET_TOWN 0x890 |