| Age | Commit message (Expand) | Author |
| 2021-06-20 | Merge pull request #96 from ZoomTen/cries-sfx | Rangi |
| 2021-06-20 | Merge pull request #95 from ZoomTen/super-gameboy | Rangi |
| 2021-05-31 | Reorganize cry and SFX more closely to pokegold | Zumi Daxuya |
| 2021-05-18 | Move super_palettes.inc to data/sgb/ | Zumi Daxuya |
| 2021-05-18 | Decode SGB pal_packets | Zumi Daxuya |
| 2021-05-18 | Decode SGB blk_packets | Zumi Daxuya |
| 2021-05-17 | Decode SGB system control packets | Zumi Daxuya |
| 2021-05-17 | split SGB packet data | Zumi Daxuya |
| 2021-05-17 | Identify some more SGB stuff, rework SGB layout constants | Zumi Daxuya |
| 2021-05-16 | Move overworld sprites to data/ | Zumi Daxuya |
| 2021-05-16 | Label sprite sets according to map group names | Zumi Daxuya |
| 2021-05-16 | Define map group sprite sets | Zumi Daxuya |
| 2021-05-08 | Dump banks $09 and $0B (#93) | Zumi |
| 2020-12-17 | Split sound test text pointers to another file | Zumi Daxuya |
| 2020-12-08 | Match pokegold's battle transition code more closely | Rangi |
| 2020-12-08 | Disassemble battle transitions | Zumi Daxuya |
| 2020-11-13 | Kanto Mon Names (#79) | jd-0 |
| 2020-09-23 | Fill in named constants & values for moves (#76) | jd-0 |
| 2020-09-22 | Move the 'map' macro to where it is used | Rangi |
| 2020-09-22 | Use map constants for wild data | Rangi |
| 2020-09-22 | include -> INCLUDE | Rangi |
| 2020-09-22 | Use Japanese charmap characters | Rangi |
| 2020-09-22 | Indent with tabs | Rangi |
| 2020-09-22 | Relabeled Item/MoveDescriptions & DexEntries (#74) | jd-0 |
| 2020-09-22 | Simplify bg_event usage, and document map event macro arguments | Rangi |
| 2020-09-22 | Port updated map event macros | Rangi |
| 2020-09-22 | Extract move data table (needs identification) | Rangi |
| 2020-09-22 | Replace enum with const, and update many constants to be more like pokegold | Rangi |
| 2020-09-22 | Port the improved connection macro from pokegold/pokecrystal | Rangi |
| 2020-09-21 | Rename tileset graphics for future Polished Map compatibility | Rangi |
| 2020-09-21 | Add tileset header macro from pokered | jd-0 |
| 2020-09-21 | Extract bank 07, 08,13, & 37 tilesets' metatiles and collision data | jd-0 |
| 2020-09-21 | Extract bank $0C tilesets' metatiles and collision data | jd-0 |
| 2020-09-21 | Extract bank $06 tilesets' metatiles and collision data | Rangi |
| 2020-09-21 | Remove excess spaces | Rangi |
| 2020-09-21 | Copy pokered map organization (maps/*.blk, scripts/*.asm, data/maps/objects/*... | Rangi |
| 2020-09-20 | Extract Pokédex entries | Rangi |
| 2020-09-20 | Extract item descriptions | Rangi |
| 2020-09-20 | Extract move descriptions | Rangi |
| 2020-09-20 | Use local .End or .FirstEntryEnd labels for measuring data/GFX sizes | Rangi |
| 2020-09-20 | More cleanup of whitespace and comments | Rangi |
| 2020-09-20 | Remove more address comments | Rangi |
| 2020-09-20 | Remove address comments | jd-0 |
| 2020-09-20 | Capitalize DEF | Rangi |
| 2020-09-20 | - Remove trailing whitespace | Rangi |
| 2020-09-13 | Give all .asm and all .inc except of base_stats/???.inc new line at the end o... | Ebernacher90 |
| 2020-08-09 | Remove "; if DEBUG" comments for SECTIONs, and "if DEBUG" conditions since on... | Rangi |
| 2019-09-15 | Disassemble party menu icons | Rangi |
| 2019-02-26 | Sort maps into placeholder and non-placeholder. | luckytyphlosion |
| 2018-11-29 | Disassembled the rest of the code in bank 4 as far as i can tell. Lines 899, ... | 2Tie |