summaryrefslogtreecommitdiff
path: root/constants/engine_flags.asm
AgeCommit message (Collapse)Author
2022-02-22Rename ENGINE_FISH_SWARM to ENGINE_QWILFISH_SWARM (#879)Idain
2020-10-29Updates to more closely sync with pokegoldRangi
2020-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-07-22Move EngineFlags and SpecialsPointers into data/engine/Rangi
2020-07-22Revert "Factor out tables into data/overworld/"Rangi
This reverts commit b5a7e7de3e6b75e95967edd28b9c2af5959cd136.
2020-07-22Factor out tables into data/overworld/Rangi
Fixes #749
2020-06-16[in progress] Harmonize more constant and data files with pokegoldRangi
2020-06-13Label some mobile addresses, and revise some commentsRangi
2019-10-21Misc fixesmid-kid
2018-08-07wWeeklyFlags -> wDailyFlags2mid-kid
These are by far not always checked each week, and as such shouldn't be called that. Since they're almost always used through the `bit` instruction, it's very inconvenient to just make wDailyFlags a `dw` instead.
2018-04-01Update file paths in constants/ and docs/mid-kid
2018-02-25ENGINE_BUG_CONTEST_ON -> ENGINE_MAIN_MENU_MOBILE_CHOICES (resolves #490)Rangi
Went with CHOICES instead of HIDDEN since setting the flag would presumably have shown the items, not hidden them
2018-01-31Correct engine flag constantsRangi
2018-01-22KrissHouse → PlayersHouseRangi
2018-01-22Add daily+weekly bit flags (close issue #429)Rangi
2018-01-22wStatusFlags/2 bit constantsRangi
2018-01-22More engine flag constantsRangi
2018-01-22More engine bit flag constantsRangi
2018-01-22wUnlockedUnowns engine flag constantsRangi
Use local labels for "End"ings
2017-12-28Prefix engine_flags wram addresses with wxCrystal
2017-12-13Fix the spelling of Thursdaysurskitty
2017-12-10Consistent capitalization for map names, matching their constantsRemy Oukaour
2017-12-09Document constants with comments, actual names, and more thorough usageRemy Oukaour
2015-12-26More mobile-related labels; remove unneeded map object constantsPikalaxALT
2015-12-25Labels relating to odd eggPikalaxALT
2015-07-25Macro update, roam mon annotationsPikalaxALT
Updated map and mapgroup macros to get around an rgbds bug. Legendary beast locale handling annotated and relabeled. Added a new constant NUM_ENGINE_FLAGS for use in the EngineFlagAction function. This will make it easier for modders to add or remove engine flags.
2015-07-20More label updates, moved predefs to new filePikalaxALT
Also named most of the engine and event flag constants.
2015-07-18Updated signpost items and person_event flagsPikalaxALT
2015-07-15More enumeration of constants, more annotations of scripts.PikalaxALT
2015-07-12Event and engine constant enumeration; replace static flag numbers with ↵PikalaxALT
their constant names
2015-07-10Fix mislabeled engine flags.IIMarckus
2015-06-23Remove trailing newlines.IIMarckus
2013-08-27engine flag constantsyenatch