Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-25 | Rename TILESET_WIDTH to METATILE_ROW_WIDTH | sphericalice | |
2021-10-25 | Use the TILESET_WIDTH constant in rotating_tile_puzzle.c | sphericalice | |
2021-10-09 | Add MAP_OFFSET | GriffinR | |
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow. | |||
2020-02-12 | Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobj | GriffinR | |
2020-02-08 | Move rotating tile puzzle data to src | GriffinR | |
2019-11-21 | Fix event constant file names | GriffinR | |
2019-11-20 | Standardize EVENT_OBJECT to OBJECT_EVENT | GriffinR | |
2019-11-20 | Standardize Event Object to Object Event | GriffinR | |
2019-10-16 | Document rotating_tile_puzzle | GriffinR | |
2019-10-15 | Finish Mossdeep Gym doc, beging documenting rotating tile puzzle | GriffinR | |