summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-10-29Name an unused link engine WRAM byteRangi
2020-10-29Webhook prints individual unnamed symbols (max 20 lines) since there are so ↵Rangi
few left
2020-10-29Identify the remaining uses of another WRAM unionRangi
2020-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-10-28Replace many '; unused' with '; unreferenced'Rangi
2020-10-27Identify remaining Mystery Gift labels and constantsRangi
Source: https://projectpokemon.org/home/forums/topic/43930-mystery-gift-reverse-engineering-of-ir-protocol/
2020-10-27Create data/collision/ for tile collision-related dataRangi
2020-10-26Use more assertions to ensure correct code and dataRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-23Identify some more labels, mostly WRAMRangi
2020-10-23Name symbols in link.asm (#63)Elliot
Identify remaining link.asm labels