Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-04 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
2018-04-01 | Fix file permissions | mid-kid | |
I have no idea why this was a thing (do people store this repo on FAT32 flash drives or something?), but quite a bit of files had a permission of 755. This isn't really a problem, but it's inconsistent and weird. | |||
2018-03-25 | Organize the engine/ directory, take 3 | mid-kid | |
Renamed `title` to `movies`. Moved some functions from `engine/routines/` to their fitting directories, and cleaned up the base `engine/` directory. Moved `engine/pokemon/tmhm.asm` back to `engine/items/`. Made a new subdirectory: * engine/tilesets: Contains all map-related graphics routines. |