Age | Commit message (Expand) | Author |
2022-02-22 | Clarify how wCurBattleMon works (#880) | Idain |
2022-01-23 | Enumerate MobileAPI function constants | mid-kid |
2022-01-22 | `ClearWindowData` clears four menu data buffers, each the same size | Rangi |
2021-10-30 | Relocate the beta poker WRAM labels to avoid a UNION | Rangi |
2021-09-05 | Label wram variables for in home/mobile and lib/mobile (#843) | Andrew Cook |
2021-06-08 | Rename `prioritysjump` to `sdefer` | Rangi |
2021-05-09 | Require rgbds 0.5.1 | Rangi |
2021-04-27 | Use {interpolation} to generate sequences of RAM labels | Rangi |
2021-04-12 | Remove some unnecessary padding allocations | iimarckus |
2021-03-17 | Consistent labels for each nickname in RAM | Rangi |
2021-03-11 | Sync some files with pokegold | Rangi |
2021-03-09 | Verify RAM table lengths | Rangi |
2021-03-08 | Merge pull request #806 from Rangi42/tables | Rangi |
2021-03-08 | Identify scrolling menu lists in WRAM | Rangi |
2021-03-04 | Verify data table sizes with table_width and assert_table_length macros | Rangi |
2021-02-22 | Identify link sync buffers, separate from link action bytes | Rangi |
2020-12-23 | Rename some labels | Rangi |
2020-12-08 | Identify link.asm WRAM labels based on ax6's research notes <https://pastebin... | Rangi |
2020-11-24 | Use STRING_BUFFER_LENGTH for the wStringBuffers | Rangi |
2020-11-09 | Identify wBattleAnimTemp0-3 | Rangi |
2020-11-08 | Rename "dummy game" to "memory game" | Rangi |
2020-11-03 | Identify remaining uses of wBuffer1-6 as general-purpose HP buffers or mobile | Rangi |
2020-11-03 | Identify some more uses of wBuffer1-6 | Rangi |
2020-11-03 | Identify more uses of wBuffer1-6 | Rangi |
2020-11-02 | Group link-related WRAM labels together | Rangi |
2020-11-01 | Identify wLinkBattleRNPreamble | Rangi |
2020-10-30 | Identify wSpriteAnimDict key constants | Rangi |
2020-10-30 | Identify mobile Name Card exchange labels | Rangi |
2020-10-29 | Port more pokegold link engine symbols, and name an unused WRAM byte | Rangi |
2020-10-29 | Identify the remaining (non-mobile) uses of another WRAM union | Rangi |
2020-10-28 | Identify more WRAM labels, and start a <X>_DummyFunction label convention | Rangi |
2020-10-27 | Identify remaining Mystery Gift labels and constants | Rangi |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi |
2020-10-23 | Identify some more labels, mostly WRAM | Rangi |
2020-10-22 | Identify remaining map object labels | Rangi |
2020-10-22 | Identify some more labels (a few link-related) | Rangi |
2020-10-21 | Identify SwitchItemsInBag labels | Rangi |
2020-10-04 | Identify some more unnamed labels | Rangi |
2020-10-03 | Identify battle animation functions (#771) | 7Soul |
2020-09-12 | wHallOfFameCount is one byte | Rangi |
2020-08-29 | Remove wKickCounter and wPresentPower aliases for wBattleAnimParam | Rangi |
2020-08-21 | wBattleScriptFlags is one byte | Rangi |
2020-08-05 | Document wTitleScreenSelectedOption variable | mid-kid |
2020-07-13 | Disassemble the final English debug ROM | Rangi |
2020-07-10 | Use const_skip and const_next macros for brevity | Rangi |
2020-07-08 | Eliminate enum: use const instead, with case-by-case parallel const implement... | Rangi |
2020-07-04 | SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT | Rangi |
2020-07-02 | Use STRCMP, not ==, to compare multi-character strings | Rangi |
2020-07-01 | Identify more labels, and use the jumptable macro when possible | Rangi |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |