Age | Commit message (Expand) | Author |
2022-03-14 | Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74) | 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 `GetFrontpic` | Rangi |
2021-07-19 | Identify more palettes in CBG layouts | Rangi |
2021-06-19 | Standardize capitalization of ".Jumptable" | Rangi |
2021-03-16 | Revise some constant definitions | Rangi |
2021-03-05 | 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-02 | Identify an unused intro sprite animation from pokegold-spaceworld | 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 | Sync Mystery Gift labels with pokecrystal | Rangi |
2020-10-28 | Identify more WRAM labels, and start a <X>_DummyFunction label convention | 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 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 | Fix some constants surrounding sprite animations | mid-kid |
2020-08-27 | Port splash screen documentation changes from Crystal | 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-29 | Identify more labels and constants | Rangi |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |
2020-06-19 | Rename labels to stop cheating the unnamed.py script. | entrpntr |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokecrystal | Rangi |
2020-06-17 | Harmonize engine/{gfx, items, link, math} with pokecrystal | Rangi |
2020-06-16 | Harmonize home/ with pokecrystal | Rangi |
2020-06-16 | [in progress] Harmonize more constant and data files with pokecrystal | Rangi |
2020-06-15 | Port miscellaneous recent updates from pokecrystal | Rangi |
2020-06-15 | Use pokecrystal's sine_table macro | Rangi |
2020-06-14 | Fix file permissions. | entrpntr |
2020-06-11 | Address review comments, plus a few more labels/cleanups. | entrpntr |
2020-06-10 | More cleanup. | entrpntr |
2020-06-10 | Finish adding/improving labels for now. | entrpntr |
2020-06-10 | Slowly getting there. | entrpntr |
2020-06-09 | A bit more progress. | entrpntr |