Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-21 | re-match GLYPH_COPY | Kurausukun | |
2020-10-02 | Change toOrrX and toOrrY to u8 | MeatLoaf3 | |
2020-10-01 | Remove unnecessary comments | Revo | |
2020-10-01 | :masuda: | Revo | |
2020-10-01 | Resolve fakematch CopyGlyphToWindow. | ProjectRevoTPP | |
2020-09-13 | Undo PokeCodec's PRs | aaaaaa123456789 | |
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183. | |||
2020-09-04 | Removed unneeded comments | PokeCodec | |
2020-09-04 | Switch to button macros | PokeCodec | |
2020-09-04 | Documenting and whitespace fixing | PokeCodec | |