Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-08-30 | Change array count of pointer value to array count of the first element | PokeCodec | |
2020-08-25 | Cleanup window.c | PokeCodec | |
2020-08-24 | refactor | PokeCodec | |
2020-08-24 | Cleaned up variables | PokeCodec | |
2020-08-23 | Documentation of unk field | PokeCodec | |
2020-08-18 | Wrap asm statements in NONMATCHING | GriffinR | |
2020-08-14 | Enum Time | PokeCodec | |
2020-08-12 | Fix newline warning | GriffinR | |
2020-08-12 | Merge pull request #1127 from PokeCodec/glyphMatch | GriffinR | |
Glyph match | |||
2020-08-12 | bool8 | PokeCodec | |
2020-08-12 | Match CopyGlyphToWindow | PokeCodec | |
2020-08-11 | Add some charmap constant usage | GriffinR | |
2020-07-08 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-06-23 | Document some overworld and field effects | GriffinR | |
2020-06-02 | Document union_room_chat.c | GriffinR | |