Age | Commit message (Collapse) | Author | |
---|---|---|---|
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.) |