Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-03 | Merge branch 'master' into doc-finalmisc | GriffinR | |
2021-11-03 | Merge pull request #1536 from GriffinRichards/clean-braille | GriffinR | |
Add font id constants, better braille support | |||
2021-11-03 | Merge pull request #1534 from GriffinRichards/doc-btrans | GriffinR | |
Document battle transition | |||
2021-11-02 | Fix braille slash | GriffinR | |
2021-11-02 | Document files with a few remaining symbols | GriffinR | |
2021-10-31 | Convert fonts.s to C | GriffinR | |
2021-10-30 | Add font id constants | GriffinR | |
2021-10-30 | Better braille support | GriffinR | |
2021-10-29 | EXT_CTRL_CODE_SIZE -> EXT_CTRL_CODE_FONT | LOuroboros | |
2021-10-29 | Fix incorrect arguments on CopyRectToBgTilemapBufferRect | 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 | More mauville_old_man clean up | GriffinR | |
2021-10-17 | Some pokedex clean up | GriffinR | |
2021-10-14 | Start wonder card/news documenting | GriffinR | |
2021-10-09 | Add TRACKS_ALL, remove BGCntrlBitfield | GriffinR | |
2021-09-29 | Merge pull request #1506 from GriffinRichards/single-doc | GriffinR | |
Document some single-remaining symbols | |||
2021-09-24 | Relocate battle_message comment | GriffinR | |
2021-09-24 | Document some single-remaining symbols | GriffinR | |
2021-09-24 | Merge branch 'master' into tag-none | GriffinR | |
2021-09-14 | Add TAG_NONE | 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-31 | Merge branch 'master' into doc-frontierpass2 | GriffinR | |
2021-07-31 | Document frontier pass | GriffinR | |
2021-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-05-27 | Fixed ChangeBgY_ScreenOff‘s signature. (#1447) | gAlfonso-bit | |
* Fix Functions * Fix ChangeBgY_ScreenOff signature * Remove unneeded changes * Fix argument mismatch Just to get this out of the way * Not needed * Update palette.c | |||
2021-05-24 | one last goto | Kurausukun | |
2021-05-24 | Mark 0xFFF8 as ~7 | gAlfonso-bit | |
Since 7 is used as a mask, I wondered if 0xFFF8 was used to undo the mask and it turns out it was. | |||
2021-05-23 | UBFIX: sprite.c (#1442) | gAlfonso-bit | |
Fix out-of-bounds array access in `SortSprites()`. Co-authored-by: Marcus Huderle <huderlem@gmail.com> | |||
2021-05-13 | [LEAK-INFORMED] fix text.c "eff" fakematch | Kurausukun | |
2021-04-17 | Doc storage - misc cleanup, some item/cursor | GriffinR | |
2021-04-09 | standardize "grey" to "gray" | Kurausukun | |
2021-04-01 | Merge pull request #1393 from GriffinRichards/doc-dewfordtrend | GriffinR | |
Document Dewford Trend and match_call.c | |||
2021-04-01 | Document match_call.c | GriffinR | |
2021-03-29 | Merge branch 'master' of https://github.com/pret/pokeemerald into fr_doc | Kurausukun | |
2021-03-29 | Document some text-related things | Marcus Huderle | |
2021-03-21 | Add SAFE_DIV | GriffinR | |
2021-03-19 | oops | Kurausukun | |
2021-03-19 | port some documentation from FR | Kurausukun | |
2021-03-04 | Remove unneeded bitwise operations | N | |
2021-03-04 | Revert void change | N | |
2021-03-04 | Fix prefixes of variable names | N | |
Many static variables in this function are falsely labeled with a g prefix, as if it were global, when they are in fact state variables. | |||
2021-02-24 | Use SPRITE_NONE constant | GriffinR | |
2021-02-18 | More window cleanup | GriffinR | |
2021-02-18 | Minor window/bg cleanup | GriffinR | |
2021-01-19 | Remove unused local variables and functions | GriffinR | |
2021-01-04 | Make div by zero fix more concice | Sierraffinity | |
2021-01-04 | Fix/document possible division by zero in ConvertScaleParam | Sierraffinity | |
2020-11-02 | Solve merge conflicts from previous commit | aaaaaa123456789 | |
2020-11-02 | Re-apply joypad macros (minus merge conflicts) | aaaaaa123456789 | |