summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-11-01Identify wLinkBattleRNPreambleRangi
2020-11-01Make some labels more consistentRangi
2020-10-30UnusedSpriteAnimGFX was to sprite anims as AnimObjGFX is to battle animsRangi
2020-10-30Extract more RGB data to .pal filesRangi
2020-10-30Identify wSpriteAnimDict key constantsRangi
2020-10-30Merge pull request #64 from Rangi42/unreferencedRangi
Comment, remove, or revise many unreferenced labels
2020-10-30Refer to rgbds' own install instructionsRangi
2020-10-30Sync Mystery Gift labels with pokecrystalRangi
2020-10-29Updates to more closely sync with pokecrystalRangi
2020-10-29Define SERIAL_LINK_BYTE_TIMEOUTRangi