Age | Commit message (Expand) | Author |
2022-03-12 | Build the Virtual Console patch with `make crystal11_vc` (#882) | vulcandth |
2021-11-23 | Use ~X instead of $ff ^ X | Rangi |
2021-10-24 | Add assertions to some more tables | Rangi |
2021-10-06 | Add `assert PokemonPicPointers == UnownPicPointers` in `GetFrontpicPointer` | Rangi |
2021-07-19 | Identify more palettes in CBG layouts | Rangi |
2021-06-19 | Standardize capitalization of ".Jumptable" | Rangi |
2021-04-19 | Use rgbds 0.5.0 | Rangi |
2021-03-24 | Add some comments regarding 16-bit increment/decrement | Rangi |
2021-03-16 | Revise some constant definitions | Rangi |
2021-03-04 | Verify data table sizes with table_width and assert_table_length macros | Rangi |
2021-01-09 | Rename GetFarHalfword to GetFarWord | Rangi |
2020-12-23 | Remove "Buffer" suffix from two HRAM labels | 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-01 | Identify some more labels, and make some more consistent | Rangi |
2020-10-30 | UnusedSpriteAnimGFX was to sprite anims as AnimObjGFX is to battle anims | Rangi |
2020-10-30 | Extract more RGB data to .pal files | Rangi |
2020-10-30 | Identify wSpriteAnimDict key constants | Rangi |
2020-10-30 | Identify mobile Name Card exchange labels | 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-26 | Use more assertions to ensure correct code and data | 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 a few more labels and data | Rangi |
2020-10-22 | Identify more sprite graphics and map object labels, and have consistent anon... | Rangi |
2020-10-05 | Identify some more unnamed 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-10-04 | Identify SGB blk/pal packets | Rangi |
2020-08-27 | GS_INTRO_STAR/SPARKLE -> GS_GAMEFREAK_LOGO_STAR/SPARKLE | mid-kid |
2020-08-27 | Small changes to better match pokegold | mid-kid |
2020-08-27 | Fix some constants surrounding sprite animations | mid-kid |
2020-08-27 | Document splash screen animation | mid-kid |
2020-08-27 | Move all splash screen files to gfx/splash | mid-kid |
2020-08-05 | Remove a verifiably false comment | mid-kid |
2020-08-05 | `d` is the multiplier for Sprites_Sine | mid-kid |
2020-08-05 | Use TRUE for hCGBPalUpdate | mid-kid |
2020-07-21 | Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1) | Rangi |
2020-07-04 | SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT | Rangi |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS... | Rangi |
2020-06-17 | Harmonize engine/{gfx, items, link, math} with pokegold | Rangi |
2020-06-16 | [in progress] Harmonize more constant and data files with pokegold | Rangi |
2020-06-16 | Harmonize some more symbols with pokegold | Rangi |
2020-06-10 | Define pokeanim setup commands like std scripts, predefs, and specials | Rangi |
2020-06-03 | Separate UnusedBattleObjectPals from PartyMenuOBPals | Rangi |
2020-05-18 | Update some routine labels, including unreferenced ones | Rangi |
2020-05-17 | Miscellaneous cleanup noted in #709 | Rangi |