summaryrefslogtreecommitdiff
path: root/home/pokemon.asm
AgeCommit message (Collapse)Author
2021-03-17Consistent labels for each nickname in RAMRangi
2021-03-04Verify data table sizes with table_width and assert_table_length macrosRangi
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-23Rename some labelsRangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-16Harmonize some more symbols with pokegoldRangi
2020-02-28Identify remaining gfx/unknown filesRangi
2020-02-22Implement suggestions in PR #687mid-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