Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-11 | Fix some UB exposed with GCC 10.1.0 | PikalaxALT | |
2020-07-07 | Match CreatePokeDexList | PokeCodec | |
Cherry-picked from the pret Ruby repo | |||
2020-05-03 | Give a define for all dex interface sprites | DizzyEggg | |
for easier editing | |||
2020-04-02 | better matching approach than upstream | jiangzhengwenjz | |
2020-04-02 | Merge branch 'master' of https://github.com/pret/pokeemerald into nonmatching | jiangzhengwenjz | |
2020-04-02 | Match HighlightSubmenuScreenSelectBarItem | Sewef | |
2020-04-02 | Match HighlightScreenSelectBarItem | Sewef | |
2020-04-02 | PrintMonWeight | jiangzhengwenjz | |
2020-04-02 | HighlightSubmenuScreenSelectBarItem | jiangzhengwenjz | |
2020-04-02 | HighlightScreenSelectBarItem | jiangzhengwenjz | |
2020-03-10 | Document pokedex cry screen | GriffinR | |
2020-03-09 | Document pokedex.c | GriffinR | |
2020-01-15 | Use SHINY_ODDS macro where intended | Sebastian Gabl | |
The 3 locations where SHINY_ODDS was added generate mon sprites for display in the dex, at game start and on starter choice. The arguments are intended for otId but in this case they are set to the same value as SHINY_ODDS to prevent the pictures created from using the shiny palette. | |||
2020-01-06 | Pokédex search menu documentation | Slawter666 | |
2019-12-10 | Update JP translation and fix typo | GriffinR | |
2019-12-10 | Document misc strings and text colors | GriffinR | |
2019-12-06 | Requested changes | Slawter666 | |
2019-12-06 | Document pokedex info page | Slawter666 | |
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-11-20 | Pokedex documentation | Slawter666 | |
2019-10-07 | Document pc.inc and prof_birch.inc | GriffinR | |
2019-10-02 | Merge pull request #823 from GriffinRichards/constants-strconv | PikalaxALT | |
Use STR_CONV constants | |||
2019-09-30 | Use STR_CONV constants | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-08-24 | Synchronize with pokefirered pokedex.c. | ultima-soul | |
2019-08-05 | Some cleanup | PikalaxALT | |
2019-07-25 | Decompile pokemon unk 6 | DizzyEggg | |
2019-04-13 | Cleanup some pokenav code | Marcus Huderle | |
2019-04-13 | About halfway done with pokenav_unk_1.s | Phlosioneer | |
2019-04-11 | Some nonmatchings | DizzyEggg | |
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-03-16 | Use constants for Oam .shape and .size fields | Phlosioneer | |
Also some general formatting fixes for constants. | |||
2019-03-02 | Rename macro with correct name for pixel values | Phlosioneer | |
2019-02-26 | Missed some fill values | Phlosioneer | |
Must have forgotten to check FillWindowPixelRect. | |||
2019-02-21 | Improve window palette macros | Phlosioneer | |
2019-02-21 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
2019-02-18 | Merge pull request #559 from Phlosioneer/finish-newgame-docs | Diegoisawesome | |
Finish and polish new_game.c | |||
2019-02-18 | Merge pull request #557 from Phlosioneer/navgear-decompile | Diegoisawesome | |
Navgear decompile | |||
2019-02-18 | Fix some names | Phlosioneer | |
2019-02-17 | Decompiled sub_81C756C | Phlosioneer | |
Also discovered a constant that may be useful for future decompiling. Comments were added in the asm that references the constant. | |||
2019-02-15 | Finish and polish new_game.c | Phlosioneer | |
Only one function is left undocumented. I tried to go into the assembly to at least name it, but it clears fields in the save block that aren't even documented yet. | |||
2019-02-15 | Add comments explaining asm in pokedex.c | Phlosioneer | |
I added comments to each of the asm functions explaining why they won't match with the C. I also got one of the functions much closer to matching. | |||
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 | Clean up ram vars | DizzyEggg | |
2019-01-19 | Document and match somne trainer card | DizzyEggg | |
2019-01-19 | trainer_card up to sub_80C4998 | shinny456 | |
2019-01-13 | Decompile trainer hill | DizzyEggg | |