summaryrefslogtreecommitdiff
path: root/engine/debug
AgeCommit message (Collapse)Author
2022-01-20Use `VRAM_End` in place of `sScratch`Rangi
2021-03-21Assert the sBox1-14 tables have NUM_BOXES entriesRangi
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-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-10-28Replace many '; unused' with '; unreferenced'Rangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-23Identify some more labels, mostly WRAMRangi
2020-10-23Identify remaining debug color picker labelsRangi
2020-10-22Identify a few more labels and dataRangi
2020-10-06Update battle anim bg function comments, and identify more unnamed labelsRangi
2020-10-06Identify some unnamed labelsRangi
2020-08-05Use TRUE for hCGBPalUpdatemid-kid
2020-07-13Disassemble the final English debug ROMRangi