summaryrefslogtreecommitdiff
path: root/home/pokemon.asm
AgeCommit message (Collapse)Author
2021-03-17Consistent labels for each nickname in RAMRangi
2021-03-05Verify data table sizes with table_width and assert_table_length macrosRangi
It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants.
2020-12-23Rename some labelsRangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer"
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-05Fix file permissions.entrpntr
2020-05-13Many minor cleanups.entrpntr
2020-03-25Disassemble load_pics.asm and move_mon_wo_mail.asm in bank $14.entrpntr
2020-03-17Fill in a lot of missing bank $04 code.entrpntr
2020-03-15Merge files into pokemon.asm, battle.asm and menu.asmlibjet