Age | Commit message (Expand) | Author |
2022-01-20 | Use `VRAM_End` in place of `sScratch` | Rangi |
2021-06-19 | Standardize capitalization of ".Jumptable" | Rangi |
2020-12-23 | Rename some labels | Rangi |
2020-12-07 | FarString -> PlaceFarString, and FarPlaceString -> BrokenPlaceFarString | Rangi |
2020-11-02 | Identify an unused intro sprite animation from pokegold-spaceworld | Rangi |
2020-10-30 | Identify wSpriteAnimDict key constants | 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 | Comment, remove, or revise many unreferenced labels | Rangi |
2020-10-23 | Identify some more labels, mostly WRAM | Rangi |
2020-10-23 | Identify remaining intro labels | Rangi |
2020-10-22 | Identify a few more labels and data | Rangi |
2020-10-06 | Identify some 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-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-27 | Split engine/movie/intro.asm into itself and splash.asm | mid-kid |
2020-08-27 | Move all splash screen files to gfx/splash | mid-kid |
2020-08-05 | Document wTitleScreenSelectedOption variable | mid-kid |
2020-07-17 | Fix newlines | Rangi |
2020-07-17 | Port pokered's more local system for trade animation scripts | Rangi |
2020-07-09 | Eliminate enum: use const instead, with case-by-case parallel const implement... | Rangi |
2020-07-01 | Identify more labels, and use the jumptable macro when possible | Rangi |
2020-06-28 | Reformat gfx/trade/game_boy.png and fix tools/gfx --preserve | Rangi |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokecrystal | Rangi |
2020-06-16 | [in progress] Harmonize more constant and data files with pokecrystal | Rangi |
2020-06-16 | gold_silver_intro.asm -> intro.asm | Rangi |
2020-06-15 | Concatenate multiple intro 2bpps together before compression | Rangi |
2020-06-14 | Match mosh remaining .2bpp.lz files | Rangi |
2020-06-14 | Braindead matching for now (incbin .lz.bin for non-matching lz's). | entrpntr |
2020-06-12 | Revert gold title trail 2bpp change, add comment to title.asm instead. | entrpntr |
2020-06-11 | Improve angle/distance comment as noted in review. | entrpntr |
2020-06-11 | Address review comments, plus a few more labels/cleanups. | entrpntr |
2020-06-10 | Use hlbgcoord 0, 0 in a few places. | entrpntr |
2020-06-10 | Combine gamefreak_presents.asm and gs_intro.asm. | 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 |
2020-06-09 | Preliminary commit that builds. | entrpntr |
2020-06-05 | Fix file permissions. | entrpntr |
2020-06-02 | Add engine/movie/init_hof_credits.asm | libjet |
2020-05-30 | Extract Title Screen GFX | libjet |
2020-05-28 | Changes for hall of fame and credits. | entrpntr |
2020-05-28 | Add halloffame.asm and credits.asm | libjet |
2020-05-22 | Remove hardcoded addresses, minor cleanup of gamefreak_presents.asm | entrpntr |