Age | Commit message (Expand) | Author |
2020-12-23 | Remove "Buffer" suffix from two HRAM labels | Rangi |
2020-12-23 | Rename some labels | Rangi |
2020-11-17 | Resolve some "???" comments | Rangi |
2020-11-09 | Remove "XXX" comments (various "???+" still mark unclear code) | Rangi |
2020-11-09 | Replace $0 with 0 for "ld l, a / ld h, 0" idiom | Rangi |
2020-11-08 | Rename "dummy game" to "memory game" | Rangi |
2020-11-03 | Identify some uses of wBuffer1-6 in new Crystal code | Rangi |
2020-11-03 | Identify some more uses of wBuffer1-6 | Rangi |
2020-11-03 | Identify more uses of wBuffer1-6 | Rangi |
2020-11-03 | More syncing with pokegold | Rangi |
2020-11-01 | Identify some more labels, and make some more consistent | Rangi |
2020-10-29 | Updates to more closely sync with pokegold | 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-28 | Replace many '; unused' with '; unreferenced' | Rangi |
2020-10-27 | Create data/collision/ for tile collision-related data | Rangi |
2020-10-26 | Use more assertions to ensure correct code and data | Rangi |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi |
2020-10-22 | Identify remaining map object labels | Rangi |
2020-10-05 | Identify more unnamed labels | Rangi |
2020-10-04 | Identify more unnamed labels | Rangi |
2020-10-04 | Identify some more unnamed labels | Rangi |
2020-08-27 | Fix some constants surrounding sprite animations | mid-kid |
2020-08-18 | Merge pull request #756 from mid-kid/master | Rangi |
2020-08-13 | Consistent constants for radio data table sizes (could still be better) | Rangi |
2020-08-11 | Identify some time-related data | Rangi |
2020-08-05 | Use TRUE for hCGBPalUpdate | mid-kid |
2020-07-25 | Correct constants in DoNPCTrade | Rangi |
2020-07-22 | Move EngineFlags and SpecialsPointers into data/engine/ | Rangi |
2020-07-22 | Revert "Factor out tables into data/overworld/" | Rangi |
2020-07-22 | Factor out tables into data/overworld/ | Rangi |
2020-07-17 | SPRITE_GYM_GUY -> SPRITE_GYM_GUIDE | Rangi |
2020-07-17 | return → endcallback, reloadandreturn → reloadend | Rangi |
2020-07-06 | add_tm, add_hm, and add_mt define TM##_MOVE, HM##_MOVE, and MT##_MOVE constan... | Rangi |
2020-07-01 | Identify more labels, and use the jumptable macro when possible | Rangi |
2020-06-29 | Identify more labels and constants | Rangi |
2020-06-29 | Identify more unnamed labels | Rangi |
2020-06-21 | Comment more ROM labels as unreferenced | Rangi |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |
2020-06-21 | Remove some more raw addresses | Rangi |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS... | Rangi |
2020-06-16 | ReplaceKrisSprite -> UpdatePlayerSprite | Rangi |
2020-06-16 | Harmonize engine/{battle, battle_anims, events, games} with pokegold | Rangi |
2020-06-11 | Remove redundant tile graphics file, reuse others | Rangi |
2020-06-10 | Resolve #723: treat std scripts like specials and predefs | Rangi |
2020-05-07 | Clean up some percentage values | Rangi |
2020-04-18 | Miscellaneous fixes, including one for the Pokédex design flaw by ax6 | Rangi |
2020-04-17 | More miscellaneous fixes (see #709) | Rangi |
2020-04-16 | Fix #709 miscellaneous issues | Rangi |
2020-04-06 | Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3) | Rangi |