summaryrefslogtreecommitdiff
path: root/engine/pokemon/switchpartymons.asm
AgeCommit message (Collapse)Author
2021-03-17Consistent labels for each nickname in RAMRangi
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-11-03Identify more uses of wBuffer1-6Rangi
2020-10-29Identify the remaining (non-mobile) uses of another WRAM unionRangi
2020-06-17Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to ↵Rangi
OpenSRAM) To do: engine/{menus, overworld}
2018-07-29wSwitchMonRangi
2018-06-24Remove all address commentsmid-kid
2018-03-14Organize the engine/ directory, take 2mid-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.