Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-17 | Use specific name limits for string limit functions | GriffinR | |
2021-11-03 | Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAW | GriffinR | |
2021-11-03 | Add COPYWIN constants | GriffinR | |
2021-10-30 | Add font id constants | GriffinR | |
2021-10-24 | Document record mixing mail swap | 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-06-18 | change printItemFunc to use u32 instead of s32 | Kurausukun | |
also change a use of -2 to LIST_CANCEL | |||
2021-06-01 | re-add const to gEvolutionTable in daycare.c | Kurausukun | |
2021-05-31 | [LEAK-INFORMED] fix CreateShedinja fakematch | Kurausukun | |
info: the header change is required. accesses to the struct need to be treated as non-const, even though the array must be const. thanks to jiang for figuring this out. | |||
2021-04-26 | Document TV | GriffinR | |
2021-02-15 | Merge pull request #1324 from GriffinRichards/doc-sb | GriffinR | |
Document remainder of secret_base.c | |||
2021-02-05 | Use GAME_LANGUAGE instead of LANGUAGE_ENGLISH | GriffinR | |
2021-02-05 | Fix "Compatibility" Misspelling | Deokishisu | |
Someone misspelled "compatibility" as "compatability" in the daycare-related files. This commit spells them correctly. | |||
2021-01-07 | Use constants for max IVs & the random IV generation flag | SphericalIce | |
2020-12-14 | Merge pull request #1265 from Kurausukun/berry_crush | GriffinR | |
fakematch fixes, begin documenting Berry Crush (based on #1187) | |||
2020-12-12 | Use BUGFIX for some inline fixes | GriffinR | |
2020-12-10 | Merge remote-tracking branch 'upstream/master' into berry_crush | Kurausukun | |
2020-12-09 | Fix incorrect bug description | ExpoSeed | |
2020-11-15 | Fix grammar | ExpoSeed | |
2020-11-15 | Document bugged IV inheritance difference | ExpoSeed | |
2020-11-02 | Re-apply joypad macros (minus merge conflicts) | aaaaaa123456789 | |
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | GriffinR | |
2020-09-19 | battle_gfx_sfx_util.c: Very annoying fakematch fix. | Kaz | |
daycare.c: -g eliminates the need for the brace hack. battle_transition.c: Fix Phase2_Ripple_Func2...? | |||
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 | Switch to button macros | PokeCodec | |
2020-08-23 | Documentation of unk field | PokeCodec | |
2020-05-27 | Clear up misleading egg step name | GriffinR | |
2019-12-05 | Document a bit of Match Call | GriffinR | |
2019-10-25 | Document party_menu first pass | GriffinR | |
2019-09-25 | Review changes for #817 | GriffinR | |
2019-09-25 | Remove Egg parent constants | GriffinR | |
2019-09-25 | Document day_care.inc and related | GriffinR | |
2019-09-16 | Use MAX_MON_MOVES constants | GriffinR | |
2019-08-30 | Use OTID constants for CreateMon | GriffinR | |
2019-02-22 | Give window drawing functions better names | Phlosioneer | |
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. | |||
2019-02-02 | Fix Menu and List Menu input defines | DizzyEggg | |
2018-12-25 | use max mon moves constant where able (#480) | melthelesbian | |
* use max mon moves constant where able * fix errors in script commands file * fix more errors | |||
2018-12-24 | Clear includes | DizzyEggg | |
2018-12-15 | Up to sub 0x80ce580 | DizzyEggg | |
2018-12-08 | Merge remote-tracking branch 'upstream/master' | nullableVoidPtr | |
2018-12-07 | Document trainer battle scripts (#430) | DizzyEggg | |
2018-12-06 | Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵ | nullableVoidPtr | |
spaces -> tabs | |||
2018-12-06 | Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵ | nullableVoidPtr | |
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation | |||
2018-11-06 | Finish cleaning up text.c | Diegoisawesome | |
2018-11-06 | Begin cleaning text.c | Diegoisawesome | |
2018-10-27 | Window priority to window bg | DizzyEggg | |
2018-10-16 | Port/decompile field_control_avatar | Diegoisawesome | |
2018-09-02 | Format more templates | Slawter666 | |