Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-08 | Start battle_anim_mons doc | GriffinR | |
2021-10-17 | Some pokemon_icon clean up | 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-02-24 | Document mail | GriffinR | |
2021-02-17 | Some constant use in pokemon_icon.c | GriffinR | |
2021-01-19 | Use GET_UNOWN_LETTER macro | GriffinR | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | GriffinR | |
2020-01-07 | More battle_dome.c doc | GriffinR | |
2019-12-06 | More usage of ST_OAM constants and SPRITE macros | GriffinR | |
2019-10-31 | Clean up party_menu doc | GriffinR | |
2019-10-31 | Document party_menu second pass | GriffinR | |
2019-10-09 | More trade documentation | GriffinR | |
2019-10-03 | Document some of trade | GriffinR | |
2019-05-16 | name some trainer card related functions | garak | |
2019-04-02 | Use species defines in gMonIconTable | DizzyEggg | |
2019-04-02 | Cleanup OamData entries | Phlosioneer | |
2019-03-16 | Use constants for Oam .shape and .size fields | Phlosioneer | |
Also some general formatting fixes for constants. | |||
2019-02-01 | Fix pokemon icon asm | DizzyEggg | |
2018-12-30 | Document some battle anims and helpers | Marcus Huderle | |
2018-12-21 | Review pokemon storage system chaanges | DizzyEggg | |
2018-12-17 | 3.5 asm left | DizzyEggg | |
2018-12-15 | Up to sub 0x80ce580 | DizzyEggg | |
2018-12-09 | Remove trailing whitespace | nullableVoidPtr | |
2018-12-08 | Clean more tables | nullableVoidPtr | |
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-14 | Sort includes into alphabetical order | Slawter666 | |
2018-10-21 | Fix LZ compressed data alignment | Diegoisawesome | |
2018-04-13 | Decompile pokemon icon | KDSKardabox | |
2017-12-22 | dump pokemon icon | DizzyEggg | |