Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-03-29 | Merge branch 'master' into doc-introcred | GriffinR | |
2021-03-29 | Standardize intro gfx names | GriffinR | |
2021-03-28 | Document intro, start intro_credits/credits | GriffinR | |
2021-03-21 | Add SAFE_DIV | GriffinR | |
2021-02-24 | Add palette selection constants | GriffinR | |
2021-01-19 | Remove unused local variables and functions | GriffinR | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | GriffinR | |
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-02-25 | Document move anims A-C | GriffinR | |
2020-01-12 | Clean up some of save.c | GriffinR | |
2019-12-06 | More usage of ST_OAM constants and SPRITE macros | GriffinR | |
2019-12-06 | Use ST_OAM constants for OamData definitions | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-03-16 | Use constants for Oam .shape and .size fields | Phlosioneer | |
Also some general formatting fixes for constants. | |||
2019-03-16 | Document the water droplet data. | Phlosioneer | |
2019-02-17 | use BG_SCREEN_ADDR macro for tilemap addresses | garak | |
2019-02-16 | use BG_CHAR_ADDR define | garak | |
2019-02-13 | Fix spelling of Rayquaza | Phlosioneer | |
2019-02-09 | Document the intro movie state machine | Phlosioneer | |
Need to study the water droplet animation more closely before they can be renamed; otherwise, this names every major symbol in this file. | |||
2018-12-17 | 3.5 asm left | 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-10-21 | more tag names | garak | |
2018-10-21 | Fix LZ compressed data alignment | Diegoisawesome | |
2018-10-14 | Move 'blend_palette'.c to util.c | DizzyEggg | |
2018-09-15 | Add anim tag sprite defines | DizzyEggg | |
2018-02-15 | Finish decompiling intro | Diegoisawesome | |
2018-02-15 | Almost finish decompiling intro | Diegoisawesome | |