Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-17 | Consistent labels for each nickname in RAM | Rangi | |
2020-11-09 | Replace $0 with 0 for "ld l, a / ld h, 0" idiom | Rangi | |
2020-11-03 | Identify more uses of wBuffer1-6 | Rangi | |
2020-10-29 | Identify the remaining (non-mobile) uses of another WRAM union | Rangi | |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to ↵ | Rangi | |
OpenSRAM) To do: engine/{menus, overworld} | |||
2018-07-29 | wSwitchMon | Rangi | |
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. |