Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-30 | Add font id constants | GriffinR | |
2021-10-24 | Merge pull request #1520 from GriffinRichards/doc-random | GriffinR | |
Document random remaining symbols | |||
2021-10-24 | Merge pull request #1519 from GriffinRichards/doc-mgift | GriffinR | |
Document Mystery Gift | |||
2021-10-18 | Clean up trainer_pokemon_sprites | GriffinR | |
2021-10-17 | Correct usage of MysteryEvent to MysteryGift | GriffinR | |
2021-10-14 | Document some mystery gift | GriffinR | |
2021-10-02 | Document summary screen sprite manager | GriffinR | |
2021-09-24 | Document some single-remaining symbols | GriffinR | |
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow. | |||
2021-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-05-13 | fix main_menu goto | Kurausukun | |
2021-04-15 | More usage of DISPLAY constants | GriffinR | |
2021-02-24 | Add palette selection constants | GriffinR | |
2021-02-24 | Use SPRITE_NONE constant | GriffinR | |
2021-01-19 | Use ARRAY_COUNT in PrintMenuTable | GriffinR | |
2021-01-19 | Use ARRAY_COUNT in InitBgsFromTemplates | GriffinR | |
2021-01-03 | Remove unnecessary string.h includes | GriffinR | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | GriffinR | |
2020-09-04 | Switch to button macros | PokeCodec | |
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-08-07 | Start documenting naming screen | GriffinR | |
2020-06-24 | Allow flag/var counts to be updated alongside values | GriffinR | |
2020-02-08 | Document Trainer Card | GriffinR | |
2020-01-15 | Use SHINY_ODDS macro where intended | Sebastian Gabl | |
The 3 locations where SHINY_ODDS was added generate mon sprites for display in the dex, at game start and on starter choice. The arguments are intended for otId but in this case they are set to the same value as SHINY_ODDS to prevent the pictures created from using the shiny palette. | |||
2020-01-12 | Add missing save status use | GriffinR | |
2020-01-12 | Clean up some of save.c | GriffinR | |
2019-12-10 | Document misc strings and text colors | GriffinR | |
2019-12-06 | More usage of ST_OAM constants and SPRITE macros | GriffinR | |
2019-10-07 | Document pc.inc and prof_birch.inc | GriffinR | |
2019-09-30 | Use STR_CONV constants | GriffinR | |
2019-06-26 | Fix/suppress warnings when building with gcc-8 | PikalaxALT | |
2019-04-07 | Merge branch 'master' into contest-ai-cleanup | Phlosioneer | |
2019-04-04 | RGB Constants | Phlosioneer | |
2019-04-03 | Remove pokemon_3.h | ultima-soul | |
2019-03-31 | Document mystery_gift | PikalaxALT | |
2019-03-24 | Split out the remaining wireless-related files | Marcus Huderle | |
2019-03-07 | Scaninc: Don't insert missing headers into dependencies | Marcus Huderle | |
2019-03-07 | Overhaul scaninc to work recursively | Phlosioneer | |
This also fixes the bug where scaninc would ignore #include lines in assembly files. | |||
2019-03-02 | Rename macro with correct name for pixel values | Phlosioneer | |
2019-02-22 | Give window drawing functions better names | Phlosioneer | |
2019-02-21 | Improve window palette macros | Phlosioneer | |
2019-02-21 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
2019-02-17 | use BG_SCREEN_ADDR macro for tilemap addresses | garak | |
2019-02-11 | Document main_menu state machine, name window constants | Phlosioneer | |
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do. | |||
2018-12-16 | 6k left | DizzyEggg | |
2018-12-06 | Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵ | nullableVoidPtr | |
spaces -> tabs | |||
2018-12-03 | fix brendan/may/wally consistency issues | Melody | |
2018-11-06 | Merge remote-tracking branch 'pret/master' into script_menu | Diegoisawesome | |
2018-11-06 | Begin cleaning text.c | Diegoisawesome | |
2018-11-05 | r5/r6 swap on sub_80E2578 | Diegoisawesome | |