Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-22 | Move EngineFlags and SpecialsPointers into data/engine/ | Rangi | |
2020-07-22 | Revert "Factor out tables into data/overworld/" | Rangi | |
This reverts commit b5a7e7de3e6b75e95967edd28b9c2af5959cd136. | |||
2020-07-22 | Factor out tables into data/overworld/ | Rangi | |
Fixes #749 | |||
2020-06-13 | Label some mobile addresses, and revise some comments | Rangi | |
2018-08-07 | wWeeklyFlags -> wDailyFlags2 | mid-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-06-25 | Single newline at the end of files | Rangi | |
2018-06-24 | Remove all address comments | mid-kid | |
2018-02-25 | ENGINE_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-31 | Correct engine flag constants | Rangi | |
2018-01-23 | wGameTimerPause bit flag constants | Rangi | |
2018-01-22 | Add daily+weekly bit flags (close issue #429) | Rangi | |
2018-01-22 | wStatusFlags/2 bit constants | Rangi | |
2018-01-22 | More engine flag constants | Rangi | |
2018-01-22 | More engine bit flag constants | Rangi | |
2018-01-22 | Day-Care bit flags | Rangi | |
2018-01-22 | wUnlockedUnowns engine flag constants | Rangi | |
Use local labels for "End"ings | |||
2018-01-22 | Engine flag bit constants for wPokegearFlags | Rangi | |
2017-12-28 | Prefix engine_flags wram addresses with w | xCrystal | |
2017-12-24 | Renaming: (fix #412) | Remy Oukaour | |
- MapTriggers / maptrigger → SceneScripts / scene_script - XYTriggers / xy_trigger → CoordEvents / coord_event - Signposts / signpost → BGEvents / bg_event - PersonEvents / person_event → ObjectEvents / object_event | |||
2017-12-11 | Keep table labels in the same files as their contents. | Remy Oukaour | |
2017-12-11 | Move lots of data tables into individual data/ files | Remy Oukaour | |
(This is not expected to be their final location, but it makes them easier to relocate when necessary, and easier for users to edit until the whole project's file structure is finalized.) |