Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-24 | Add more constants for some maximum values | Remy Oukaour | |
2017-12-24 | Rename maps: | Remy Oukaour | |
- Underground -> UndergroundPath - Route5UndergroundEntrance -> Route5UndergroundPathEntrance - Route6UndergroundEntrance -> Route6UndergroundPathEntrance - WarehouseEntrance -> GoldenrodUnderground - UndergroundWarehouse -> GoldenrodUndergroundWarehouse - UndergroundPathSwitchRoomEntrances -> GoldenrodUndergroundSwitchRoomEntrances | |||
2017-12-24 | Use PSYCHIC_M for the Psychic TM. | yenatch | |
Fixes #385 | |||
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-24 | Rename "map permissions" to "map environment" (fix #396) | Remy Oukaour | |
2017-12-23 | Document the meaning of hour and daytime values for person_events | Remy Oukaour | |
2017-12-17 | Auto-label more map scripts | Remy Oukaour | |
2017-12-17 | Auto-label more map scripts | Remy Oukaour | |
2017-12-15 | Move more main.asm code into individual files | Remy Oukaour | |
2017-12-15 | Move more contiguous related code blocks from main.asm to engine/ and events/ | Remy Oukaour | |
2017-12-14 | Reorganize macros | Remy Oukaour | |
2017-12-13 | Rename the Onix trade house to match the rest | Remy Oukaour | |
2017-12-12 | xy_trigger handles $0 padding, so map scripts are simpler | Remy Oukaour | |
2017-12-11 | Name map groups | 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.) | |||
2017-12-11 | Document macros/map.asm | Remy Oukaour | |
Rename MORN/DAY/NITE to MORN_F/DAY_F/NITE_F; use MORN/DAY/NITE for shifted values (cleaner for person_events) Prefix FLOOR to the `elevfloor` constants | |||
2017-12-10 | Rename tilesets, consistent with constant names | Remy Oukaour | |
2017-12-10 | PokeCenter → Pokecenter (consistent with the POKECENTER map constants) | Remy Oukaour | |
2017-12-10 | Use MORN/DAY/NITE shifts for time-based person_events | Remy Oukaour | |
2017-12-10 | Use new palette constants | Remy Oukaour | |
2017-12-10 | All map triggers use the `maptrigger` macro, not `dw` | Remy Oukaour | |
.MapTriggers and .MapCallbacks lists are formatted consistently with .Warps, .XYTriggers, .Signposts, and .PersonEvents | |||
2017-12-10 | "Trainer*AfterBattleText" labels | Remy Oukaour | |
2017-12-10 | Single files for tilesets/data.asm and maps/blockdata.asm | Remy Oukaour | |
2017-12-10 | Consistent capitalization for map names, matching their constants | Remy Oukaour | |
2017-12-09 | Document constants with comments, actual names, and more thorough usage | Remy Oukaour | |
2017-12-06 | Merge pull request #404 from surskitty/master | yenatch | |
De-Magic-Numbers the Rocket Grunts | |||
2017-11-27 | Making all Rocket Grunts call the constant. | surskitty | |
2017-11-27 | Fighting Dojo npc labels. | surskitty | |
2017-11-26 | Add MobileError-related labels | mid-kid | |
This function is called from a few different places in the mobile code, including from one special that is only executed when the BattleTowerRoomMenu special returns with a non-zero code. Since that special causes a blue "error" screen to appear, that looks the exact same as the one you'd get when trying to connect from the mobile trade corner/battle colosseum in a Pokémon Center's top floor, and this function contains a bunch of japanese strings in a jumptable, I think it's reasonable to assume it should be called "DisplayMobileError". | |||
2017-11-26 | Script_ChoseChallenge -> Script_ChooseChallenge | mid-kid | |
This script is called for the player to *choose* (or pick) the challenge they want to undertake. | |||
2017-11-25 | Label BattleTowerRoomMenu | mid-kid | |
All of the functions called by it are prefixed with BattleTowerRoomMenu, but a bunch of them seem more generic than that, since they're part of different mobile menus. Also called another menu jumptable BattleTowerRoomMenu2 for the lack of a better name (only the Yes/No menu functions are used in western crystal). The names of the more generic functions should be fixed when we start labelling other menus. | |||
2017-11-21 | Merge pull request #395 from surskitty/master | Marcus Huderle | |
Some Script Labels | |||
2017-11-22 | PewterPokeCEnter2FBeta -> PewterPokeCenter2FBeta | mid-kid | |
Probably a typo. | |||
2017-11-19 | Labelled some battle tower-related functions | mid-kid | |
The UbersCheck and LevelCheck are used only for the battle tower, despite them living in the mobile files. Also labelled some of the known BattleTowerActions. | |||
2017-10-26 | Cianwood City labels | surskitty | |
2017-10-26 | Another label. | surskitty | |
2017-10-26 | Pokefan Derek fully labelled. | surskitty | |
2017-10-26 | Full script labels for Fuchsia Gym. | surskitty | |
2017-10-26 | Cerulean Mart labels | surskitty | |
2017-10-26 | Partially labelling Pokefan Derek. | surskitty | |
2017-10-26 | Some Fuchsia Gym labels. | surskitty | |
2017-10-26 | Fuchsia City labels | surskitty | |
2017-10-26 | Celadon Cafe labels. | surskitty | |
2017-10-26 | Labelling triggers pointlessly. | surskitty | |
2017-10-26 | Mahogany Gym labels. | surskitty | |
2017-10-26 | Labels for TM people. | surskitty | |
2017-10-26 | Labelling Jasmine. | surskitty | |
2017-10-26 | Labelling some of Morty's scripts. | surskitty | |
2017-10-21 | Typo fix. | surskitty | |
2017-10-21 | Renaming labels for E4. | surskitty | |