Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-10 | Add usage of battle strings table offset constant | GriffinR | |
2021-11-17 | Use specific name limits for string limit functions | GriffinR | |
2021-11-07 | Disambiguate cry functions | GriffinR | |
2021-10-09 | More battle doc, add battle window ids | GriffinR | |
2021-10-02 | Document summary screen sprite manager | 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-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-15 | Misc reg constant cleanup | GriffinR | |
2021-02-24 | Add palette selection constants | GriffinR | |
2021-02-24 | Document mail | GriffinR | |
2021-02-24 | Use TASK_NONE constant | GriffinR | |
2021-02-17 | Use new gift ribbons size, label unused ribbons | GriffinR | |
2021-02-15 | Fix giftRibbons Field in SaveBlock1 & Relabel Gift Ribbons in pokemon.h | Deokishisu | |
The giftRibbons field has been split out into proper subfields. The new ExternalEvent structs deal with interconnectivity between external games/peripherals and Emerald, such as PokéCoupon storage and the flag for receiving Wishmaker Jirachi. The giftRibbon fields in `PokemonSubstruct3` have also been renamed to their appropriate ribbons, and commented with distribution info if applicable. The previous `fatefulEncounter` field was actually filler, and relabeled as such, while the obedient bit was renamed `fatefulEncounter`. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind. | |||
2021-02-03 | Document evolution scene | GriffinR | |
2021-01-23 | Misc battle documentation | GriffinR | |
2021-01-19 | Remove unused local variables and functions | GriffinR | |
2020-12-10 | Merge remote-tracking branch 'upstream/master' into berry_crush | Kurausukun | |
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-04 | Switch to button macros | PokeCodec | |
2020-08-20 | Give songs meaningful english names | GriffinR | |
2019-11-07 | Document some battle_bg-related things | Marcus Huderle | |
2019-10-25 | Document party_menu first pass | GriffinR | |
2019-10-10 | Last non-anim trade.c doc | GriffinR | |
2019-10-08 | Document more trade.c | GriffinR | |
2019-10-05 | Continue trade doc | GriffinR | |
2019-10-03 | Document some of trade | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-05-03 | Document MON_DATA_10 | hjk321 | |
2019-04-07 | Merge branch 'master' into contest-ai-cleanup | Phlosioneer | |
2019-04-05 | Clean up data headers | DizzyEggg | |
2019-04-04 | RGB Constants | Phlosioneer | |
2019-04-03 | Rename and document more contest setup functions | Phlosioneer | |
Also properly label the link contest flags variable, and label the contest window ID's. | |||
2019-03-31 | Document mystery_gift | PikalaxALT | |
2019-02-02 | Clean up ram vars | DizzyEggg | |
2018-12-31 | Merge branch 'master' of github.com:pret/pokeemerald into trade | Diegoisawesome | |
2018-12-31 | Document, cleanup, extract data from trade | Diegoisawesome | |
2018-12-26 | Fix Bldalpha args | DizzyEggg | |
2018-12-26 | Fix bldcnt gpu reg args | DizzyEggg | |
2018-12-26 | Fix BgAttributes | 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-19 | Decompile all of battle_anim_utility_funcs | Marcus Huderle | |
2018-11-06 | Merge remote-tracking branch 'pret/master' into script_menu | Diegoisawesome | |
2018-11-06 | Finish cleaning up text.c | Diegoisawesome | |
2018-11-05 | r5/r6 swap on sub_80E2578 | Diegoisawesome | |
2018-10-18 | Move Bitmap struct and clear sprite/text files | DizzyEggg | |
2018-10-14 | Move 'blend_palette'.c to util.c | DizzyEggg | |
2018-09-10 | Standardize sprite visibility to boolean | Diegoisawesome | |
2018-08-18 | battle dome - a couple more functions | DizzyEggg | |