Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-19 | Disambiguate fieldmap names | GriffinR | |
2022-01-14 | Move enum to bg.h | MCboy | |
2022-01-14 | Give sensical names to Unused_AdjustBgMosaic | MCboy | |
2021-11-29 | Remove sFiller from malloc.c | GriffinR | |
2021-11-17 | Use specific name limits for string limit functions | GriffinR | |
2021-11-17 | Merge branch 'master' of https://github.com/GriffinRichards/pokeemerald into ↵ | GriffinR | |
update-macros | |||
2021-11-17 | Remove dead sub references | GriffinR | |
2021-11-14 | Misc text clean-up | GriffinR | |
2021-11-04 | Merge branch 'master' into doc-menu | GriffinR | |
2021-11-03 | Propagate BG_COORD constants | GriffinR | |
2021-11-03 | Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAW | GriffinR | |
2021-11-03 | Add COPYWIN constants | GriffinR | |
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 | |