Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion | |
2018-01-14 | Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal ↵ | Remy Oukaour | |
(resolve PR #460) # Conflicts: # engine/battle/core.asm # engine/save.asm | |||
2018-01-08 | Document hardcoded SRAM addresses. | Adelaide Walter | |
2018-01-08 | Use BANK for hardcoded SRAM banks (except for vestigial refs to JP's banks 4-7) | Adelaide Walter | |
2018-01-02 | More unreferenced labels cleanup | xCrystal | |
2018-01-02 | Clean up XXX comments for unused content | xCrystal | |
2017-12-24 | Change a few Unknown labels | Remy Oukaour | |
2017-12-24 | callba/callab → farcall/callfar | Remy Oukaour | |
2017-12-11 | Add constants for time-of-day boundaries | Remy Oukaour | |
Split off more misc constants into proper files | |||
2017-12-11 | Document macros/map.asm | Remy Oukaour | |
Rename MORN/DAY/NITE to MORN_F/DAY_F/NITE_F; use MORN/DAY/NITE for shifted values (cleaner for person_events) Prefix FLOOR to the `elevfloor` constants | |||
2016-05-04 | More splitting of main.asm; remove unneeded rept 2 | pikalaxalt | |
2015-12-18 | Events and some WRAM cleanup | PikalaxALT | |
2015-12-15 | Menu | PikalaxALT | |
2013-09-07 | move common asm from engine/ to common/ | yenatch | |
engine/ was getting really bloated and common asm wasnt what it was made for | |||
2013-09-03 | split some RTC interfaces into engine/rtc.asm | yenatch | |