Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-10 | Fix German build | PikalaxALT | |
2021-07-10 | Match German CreatePressStartBanner | PikalaxALT | |
2021-06-28 | Match sub_806CF04 | PikalaxALT | |
2019-07-29 | gMPlay to gMPlayInfo | camthesaxman | |
2018-05-21 | Standardize args to palette blend functions | Marcus Huderle | |
2018-04-07 | through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked)) | PikalaxALT | |
2018-02-18 | remove subdirectories | camthesaxman | |
2017-08-12 | split out src/ directory into categorized subdirectories. | ProjectRevoTPP | |
2017-07-20 | map out ram variables | drifloony | |
2017-07-09 | Build German Sapphire (1.0) | Marijn van der Werf | |
2017-06-24 | Unify title screen | Marijn van der Werf | |
2017-06-24 | src | Marijn van der Werf | |
2017-06-20 | move data to C and introduce CompressedSpriteSheet and CompressedSpritePalette | camthesaxman | |
2017-05-26 | Sort includes | Marijn van der Werf | |
2017-05-26 | Add headers | Marijn van der Werf | |
2017-05-21 | Various intro naming | NieDzejkob | |
2017-04-27 | Sort includes | Marijn van der Werf | |
2017-01-28 | introduce BGCNT constants | camthesaxman | |
2017-01-28 | define data in title_screen.c and fix build (#221) | Cameron Hall | |
* define more data in C * correct typo in comments * define data in title_screen.c * define data in title_screen.c and fix build | |||
2017-01-17 | Remove trailing whitespace | Marijn van der Werf | |
2017-01-17 | Sort includes | Marijn van der Werf | |
2017-01-02 | event_data.c | YamaArashi | |
2016-12-02 | Fix warning in title_screen.c | Marijn van der Werf | |
2016-12-02 | Pass spritesheets to LoadCompressedObjectPic | Marijn van der Werf | |
2016-12-02 | [WIP] Extract all external function declarations to headers (#114) | Marijn van der Werf | |
* Extract other external function declarations * Fix GBA compilation * Revert `sub_803C434` to asm | |||
2016-11-30 | Declare more non-static functions in header files (#111) | Marijn van der Werf | |
* Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines | |||
2016-11-10 | decompile title_screen.c (#96) | Cameron Hall | |
* decompile title_screen.c * macros * cleanup * consistency |