Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-01 | Identify more labels, and use the jumptable macro when possible | Rangi | |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-06-18 | Harmonize engine/menus with pokegold | Rangi | |
2020-02-13 | InitSpriteAnimStruct <-> _InitSpriteAnimStruct | mid-kid | |
These were the wrong way around, as the function in home should not be prefixed | |||
2019-02-16 | Update to rgbds 0.3.8 | Rangi | |
2018-09-22 | Naming screen constants | Rangi | |
2018-09-09 | Curr -> Cur | Rangi | |
2018-08-25 | Remove HRAM label address comments | Rangi | |
2018-08-25 | Use labels instead of constants for HRAM | Rangi | |
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld | |||
2018-07-29 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
2018-06-25 | Single newline at the end of files | Rangi | |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-24 | Remove more address comments | Rangi | |
2018-06-25 | Remove even more address comments | mid-kid | |
That should be all of them this time | |||
2018-06-24 | Remove all address comments | mid-kid | |
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-14 | Organize the engine/ directory, take 2 | mid-kid | |
Renamed `game` to `games` and `menu` to `menus`. Moved some functions from `engine/routines/` to their fitting subdirectories. Made two new subdirectories: * engine/rtc: Contains all RTC-related things. Menus, hardware, misc functions. * engine/items: Contains all item-related things. Pack, item effects, other item handlers. |