summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-12-20move statupmessage above checkfaint in Attack and DefenseUpHit documentationNeil Basu
2020-12-20Clarify signed magnitude in the growth_rate macroRangi
2020-12-18Merge pull request #792 from nbasu02/document-stat-up-hit-fixRangi
Document fix for StatUpHit effects when opponent is KO'd
2020-12-18Edit wording and diff formatRangi
2020-12-14shorten documents on stat up hit effectsNeil Basu
2020-12-14Document fix for StatUpHit effects when opponent is KO'dNeil Basu
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 document a BrokenPlaceFarString bugRangi
2020-12-07Document AI_Smart_Conversion2 bug (resolves #786)Rangi
2020-12-07Merge pull request #790 from nbasu02/mark-unused-gruntsRangi
document unused male grunts
2020-12-07Identified two magic numbers and cleaned up some comments (#783)aljohnston112
Improve the audio engine's comments and replace some magic numbers with constants
2020-12-04text "<PARA>..." → text_start and para "..."Rangi
2020-11-30Don't hardcode CRCs within Crystal base dataRangi
2020-11-27document unused male gruntsNeil Basu
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-09sRTCStatusFlags is one byteRangi