Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-11 | Use constants and data for Unown chamber events | Remy Oukaour | |
2018-01-10 | Arrays end with -1, not $ff | Remy Oukaour | |
2018-01-09 | Clean up some hex values in map scripts | Remy Oukaour | |
2018-01-09 | Move text/ into data/ | Remy Oukaour | |
2018-01-01 | Route 17-18 Gate and Route 29-46 Gate | Remy Oukaour | |
2018-01-01 | Consistent map naming ("Town" and "City" are left out in houses and gates) | Remy Oukaour | |
2017-12-28 | Merge branch 'master' of https://github.com/pret/pokecrystal | Remy Oukaour | |
# Conflicts: # macros/scripts/maps.asm | |||
2017-12-28 | endm -> ENDM | xCrystal | |
2017-12-28 | Consistent (x, y) coordinate formatting in map scripts | Remy Oukaour | |
2017-12-28 | Uppercase MACRO and EQU(S) according to the style guide | xCrystal | |
2017-12-27 | benny → Benny | Remy Oukaour | |
2017-12-26 | Fix #432: Bird_keeper → BirdKeeper, Bug_catcher → BugCatcher | Remy Oukaour | |
2017-12-26 | Use "battle_anims" and "sprite_anims" for clarity, not just "anims" | Remy Oukaour | |
2017-12-25 | I'm stopping for the day. Too many silly oversights. | surskitty | |
2017-12-25 | Now all labelled SlowpokeWellB1F. | surskitty | |
2017-12-25 | Shhh no one saw that. | surskitty | |
2017-12-25 | Disambiguating granddaughter + grandpa #426 | surskitty | |
2017-12-25 | Renaming Slowpoke. | surskitty | |
2017-12-25 | The pokemon is a nidoran, not a growlithe. | surskitty | |
2017-12-25 | Changing Kimono_girl to KimonoGirl #432 | surskitty | |
2017-12-25 | Mt Moon gift shop NPCs are only there in the morning and day. | surskitty | |
2017-12-25 | Renaming the Captain #426 | surskitty | |
2017-12-25 | Ecruteak Dance Theater labels #426 | surskitty | |
2017-12-25 | SS Aqua Captain's cabin #426 | surskitty | |
2017-12-25 | Labelling the Itemfinder guy's house. #426 | surskitty | |
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 | |