Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-03 | Better names | Remy Oukaour | |
2018-01-03 | Scrub WRAM addresses from comments & use WRAM1_Begin where appropriate. | Adelaide Walter | |
2018-01-02 | Move EZChat Pokémon order to data/ | Remy Oukaour | |
2018-01-02 | pngcrush -noreduce | Remy Oukaour | |
2018-01-02 | Identify more G/S intro OAM data | Remy Oukaour | |
2018-01-02 | town_map.png matches pokegear.png | Remy Oukaour | |
2018-01-02 | One more G/S intro OAM identified | Remy Oukaour | |
2018-01-02 | Align comments | Remy Oukaour | |
2018-01-02 | More G/S intro OAM documentation | Remy Oukaour | |
2018-01-02 | 1-based EZ Chat cursor data indexes | Remy Oukaour | |
2018-01-02 | More sprite anim documentation | Remy Oukaour | |
2018-01-02 | Document more sprite anim data | Remy Oukaour | |
2018-01-02 | Consistent predef function names | xCrystal | |
2018-01-02 | Clean up leftover code from main.asm | xCrystal | |
2018-01-02 | Clean up XXX comments for unused content | xCrystal | |
2018-01-01 | Consistent *_palette_map.asm | Remy Oukaour | |
2018-01-01 | Remove trailing whitespace | Remy Oukaour | |
find . -name '*.asm' -exec sed -i 's/[ \t]\+$//' {} \; | |||
2018-01-01 | Route 17-18 Gate and Route 29-46 Gate | Remy Oukaour | |
2018-01-01 | Merge pull request #451 from yenatch/document-battle-anim-macros | yenatch | |
Fix and document some battle animation macros | |||
2017-12-29 | Fix anim_obj x/y values | yenatch | |
- negative values have no meaning - left in optional tile x/y for backwards compatibility | |||
2017-12-29 | FAST_TEXT_DELAY_F | Remy Oukaour | |
2017-12-29 | Constants for TextBoxFlags | 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 | Lowercase v for VRAM addresses | xCrystal | |
2017-12-28 | Uppercase MACRO and EQU(S) according to the style guide | xCrystal | |
2017-12-28 | Prefix engine_flags wram addresses with w | xCrystal | |
2017-12-27 | Move more decoration data to data/ | Remy Oukaour | |
2017-12-27 | Remove redundant data/ filename prefixes | Remy Oukaour | |
2017-12-27 | Move events/ to engine/events/ | Remy Oukaour | |
2017-12-26 | Correct documentation | Remy Oukaour | |
Split out text_constants.asm | |||
2017-12-26 | event/ → events/, and move some appropriate engine/ files there | Remy Oukaour | |
2017-12-26 | Various cleanup | Remy Oukaour | |
2017-12-26 | Name mail graphics | Remy Oukaour | |
2017-12-26 | Battle animation data is like sprite animation data | Remy Oukaour | |
2017-12-26 | Use "battle_anims" and "sprite_anims" for clarity, not just "anims" | Remy Oukaour | |
2017-12-26 | Split battle/ into data/ and engine/ components | Remy Oukaour | |
2017-12-26 | Constant comments | Remy Oukaour | |
2017-12-26 | Rename: gfx/pics → gfx/pokemon | Remy Oukaour | |
2017-12-26 | Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headers | Remy Oukaour | |
2017-12-25 | Follow the X_constants/X_data_constants convention | Remy Oukaour | |
2017-12-25 | Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % ↵ | Remy Oukaour | |
$100` or `X >> 8` and `X & $ff` | |||
2017-12-25 | Clean up color/palette code | Remy Oukaour | |
2017-12-24 | Clarify why G/S egg moves were removed (resolves #294) | 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 | Merge branch 'master' of https://github.com/pret/pokecrystal | Remy Oukaour | |
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 | |