summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-15$11 = wTempMonStructEnd - wTempMonLevelRangi
2021-03-11Sync some files with pokecrystalRangi
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 #69 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
2021-03-08Identify scrolling menu lists in WRAMRangi
2021-03-05Define more struct offset constants with rsreset instead of const_defRangi
2021-03-05Verify wild data sizes with def_grass/water_wildmons and ↵Rangi
end_grass/water_wildmons macros
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.
2021-03-01Define SCENE_ALWAYS EQU -1 for coord_eventsRangi
2021-02-22Identify link sync buffers, separate from link action bytesRangi
2021-02-10Use PARTY_LENGTH and MAILBOX_CAPACITY constantsRangi
2021-02-05Fix typoRangi
2021-01-09Rename GetFarHalfword to GetFarWordRangi
2021-01-06The 'tmhm' macro adjusts to the number of TMs/HMsRangi
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"
2020-12-21Remove the Discord webhook since unnamed.py reports 100.00% completeRangi
2020-12-20Clarify signed magnitude in the growth_rate macroRangi
2020-12-09Update rgbdscheck.asmRangi
Hard-code the version string in the failure message so it won't be in hex
2020-12-09Require rgbds 0.4.2Rangi
This allows [\1] to work when \1 is hl, bc, or de The object file format has changed along with the version number
2020-12-08Identify link.asm WRAM labels based on ax6's research notes ↵Rangi
<https://pastebin.com/NTxjzKGQ>
2020-12-08grey -> grayRangi
2020-12-07FarString -> PlaceFarString, and FarPlaceString -> BrokenPlaceFarStringRangi
2020-12-07Document AI_Smart_Conversion2 bugRangi
2020-12-07Document unused male GruntsRangi
2020-12-07Cleaned up some comments and changed a magic number to maskbits NUM_CHANNELS ↵aljohnston112
(#68) Improve the audio engine's comments and replace some magic numbers with constants
2020-12-04text "<PARA>..." → text_start and para "..."Rangi
2020-11-30Simplify stadium.c without Crystal base dataRangi
2020-11-24Use STRING_BUFFER_LENGTH for the wStringBuffersRangi
2020-11-21Fix tools/free_space.pyRangi
2020-11-17Use assert to ensure correct base data sizeRangi
2020-11-17Correct some filename commentsRangi
2020-11-17Resolve some "???" commentsRangi
2020-11-11Document the "Route 15" text correctionRangi
2020-11-09sRTCStatusFlags is one byteRangi
2020-11-09Remove "XXX" comment (various "???+" still mark unclear code)Rangi
2020-11-09Terser damage calculation constantsRangi
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-11-09Identify wBattleAnimTemp0-3Rangi
2020-11-08Rename "dummy game" to "memory game"Rangi
2020-11-03Identify remaining uses of wBuffer1-6 as general-purpose HP buffersRangi
2020-11-03Identify some more uses of wBuffer1-6Rangi
2020-11-03Identify more uses of wBuffer1-6Rangi
2020-11-03More syncing with pokecrystalRangi
2020-11-02Group some link.asm code into "paragraphs"Rangi
2020-11-02Group link-related WRAM labels togetherRangi
2020-11-02Identify an unused intro sprite animation from pokegold-spaceworldRangi