Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-17 | Consistent labels for each nickname in RAM | Rangi | |
2021-03-04 | Verify data table sizes with table_width and assert_table_length macros | Rangi | |
This was discussed in #706 It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants, as discussed in #739 | |||
2020-12-23 | Rename some labels | Rangi | |
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789 | |||
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-06-16 | Harmonize some more symbols with pokegold | Rangi | |
2020-02-28 | Identify remaining gfx/unknown files | Rangi | |
2020-02-22 | Implement suggestions in PR #687 | mid-kid | |
Merge mon_stats.asm, cry.asm, print_level.asm, and mon_data.asm into pokemon.asm Merge mon_party.asm into battle.asm Merge menu.asm, menu_window.asm, and menu2.asm into menu.asm |