summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-19Use rgbds 0.5.0Rangi
2021-04-13Remove extra trailing newlineRangi
2021-04-13Group miscellaneous graphics from main.asm into their own object fileRangi
Fixes #824
2021-04-12Comment that unused music bytes are left over from more channelsRangi
2021-04-12Rename SOUND_REST to SOUND_CRYRangi
Fixes #821
2021-04-12Remove some unnecessary padding allocationsiimarckus
2021-03-24Add some comments regarding 16-bit increment/decrementRangi
2021-03-24Sync some files with pokegoldRangi
2021-03-23Consistent comments in the tileset animation engineRangi
2021-03-23Merge pull request #816 from Rangi42/listsRangi
Verify uneven list sizes with list_start, li, and assert_list_length macros
2021-03-22Verify uneven list sizes with list_start, li, and assert_list_length macrosRangi
This was discussed in #815
2021-03-22Miscellaneous cleanupRangi
2021-03-21The radio's "Places & People" does not comment on Mysticalman EusineRangi
2021-03-21Clean up some macro definitionsRangi
2021-03-21Use numeric constants in text strings with "{d:interpolation}"Rangi
2021-03-21Assert the sBox1-14 tables have NUM_BOXES entriesRangi
2021-03-18Run tools/palfix.py on gfxRangi
2021-03-17Consistent labels for each nickname in RAMRangi
2021-03-17Assert some more table widthsRangi
2021-03-16Revise some constant definitionsRangi
2021-03-15palfix.py outputs 2-bit grayscale if possibleRangi
2021-03-15Add tools/palfix.py, and make Python tools executableRangi
2021-03-15$11 = wTempMonStructEnd - wTempMonLevelRangi
2021-03-11Sync some files with pokegoldRangi
2021-03-11Verify script command table sizesRangi
2021-03-10Define MAPGROUP_* constants and verify MapGroup_* table sizesRangi
2021-03-09Verify RAM table lengthsRangi
2021-03-08Merge pull request #806 from Rangi42/tablesRangi
Verify data table sizes with table_width and assert_table_length macros
2021-03-08Align "Overworld Map" to 8 bits ($xx00)Rangi
Fixes #808
2021-03-08Identify scrolling menu lists in WRAMRangi
Fixes #809
2021-03-04Define more struct offset constants with rsreset instead of const_defRangi
This was discussed in #739
2021-03-04Verify wild data sizes with def_grass/water_wildmons and ↵Rangi
end_grass/water_wildmons macros
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
2021-03-03Document AI redundant bug (#802)ElectroDeoxys
Document AI_Redundant Future Sight bug
2021-03-01Define SCENE_ALWAYS EQU -1 for coord_eventsRangi
2021-02-22Identify link sync buffers, separate from link action bytesRangi
Fixes #803
2021-02-16Use NITE_HOUR constant for Buena's eventRangi
2021-02-10Use PARTY_LENGTH and MAILBOX_CAPACITY constantsRangi
2021-02-05Identify label BattleTowerFade.loopRangi
2021-02-05Identify unreferenced Goldenrod Pokémon Center text labelsRangi
2021-02-05Merge pull request #798 from CelestialAmber/masterRangi
Fix typo
2021-02-05Merge pull request #799 from FredrIQ/typo_fixRangi
Battle Tower: fix typo in constant (PROGESS -> PROGRESS)
2021-02-05Identify some more labelsRangi
2021-02-04Battle Tower: fix typo in constant (PROGESS -> PROGRESS)Fredrik Ljungdahl
2021-01-21Fix typoAmber Brault
2021-01-09Rename GetFarHalfword to GetFarWordRangi
Fixes #796
2021-01-06The 'tmhm' macro adjusts to the number of TMs/HMs/tutorsRangi
2020-12-23Remove "Buffer" suffix from two HRAM labelsRangi
2020-12-23Rename some labelsRangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789
2020-12-21Merge pull request #793 from nbasu02/document-stat-up-hit-update-statmessageRangi
move statupmessage above checkfaint in Attack and DefenseUpHit documentation