Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-23 | Rename some labels | Rangi | |
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789 | |||
2020-11-03 | Identify more uses of wBuffer1-6 | Rangi | |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi | |
2020-10-04 | Identify some more unnamed labels | Rangi | |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-05-17 | Miscellaneous cleanup noted in #709 | Rangi | |
2019-11-03 | Bit 6 of PrintNum left-aligns numbers | Rangi | |
2019-04-09 | TextBox -> Textbox | mid-kid | |
Homogenizing names. | |||
2018-07-29 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
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-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. |