summaryrefslogtreecommitdiff
path: root/src/rotating_tile_puzzle.c
AgeCommit message (Collapse)Author
2021-10-25Rename TILESET_WIDTH to METATILE_ROW_WIDTHsphericalice
2021-10-25Use the TILESET_WIDTH constant in rotating_tile_puzzle.csphericalice
2021-10-09Add MAP_OFFSETGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
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-12Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobjGriffinR
2020-02-08Move rotating tile puzzle data to srcGriffinR
2019-11-21Fix event constant file namesGriffinR
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-10-16Document rotating_tile_puzzleGriffinR
2019-10-15Finish Mossdeep Gym doc, beging documenting rotating tile puzzleGriffinR