Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-25 | Merge pull request #477 from mid-kid/master | yenatch | |
Medium-sized cleanups | |||
2018-02-25 | Merge pull request #486 from surskitty/master | yenatch | |
Another batch of label names | |||
2018-02-22 | Label wPokemonWithdrawDepositParameter of RemoveMonFromPartyOrBox | mid-kid | |
It takes a clearly different parameter, completely unrelated and different in function to PC_DEPOSIT and PC_WITHDRAW. | |||
2018-02-22 | Fix TRUE/FALSE constants for CalcMonStats | mid-kid | |
2018-02-22 | Pkmn -> Mon | mid-kid | |
Since we're aiming for consistency across the codebase, I believe it includes a uniform way to refer to the creatures this game consists of in the labels of the code. The only exceptions to this rule are labels referring to things named through the use of the <PK><MN> or <PKMN> characters, in which case PKMN is used. Most of this was already consistent enough™, I just picked the convention with the most occurences and fixed the outliers. | |||
2018-02-14 | Label some daycare-related functions | mid-kid | |
2018-02-13 | Fix use of one constant | mid-kid | |
2018-02-12 | CalcwBufferMonStats -> CalcBufferMonStats | mid-kid | |
The 'w' was probably added in some mass-replacement. It's completely irrelevant to the function itself and doesn't fit the PascalCase model. | |||
2018-02-09 | Comment GeneratePartyMonStats | mid-kid | |
2018-02-04 | Fix more w-izing edge cases. | luckytyphlosion | |
2018-02-03 | Merge branch 'master' of github.com:pret/pokecrystal | surskitty | |
2018-02-02 | Converting what I can to locals. | surskitty | |
2018-01-30 | wSpritesEnd -> wVirtualOAMEnd. | luckytyphlosion | |
2018-01-30 | Fix wVirtualOAM labels, part 2. | luckytyphlosion | |
2018-01-30 | Fix wVirtualOAM labels, part 1. | luckytyphlosion | |
2018-01-30 | Fix comment/style issues caused from w-izing. | luckytyphlosion | |
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion | |
2018-01-23 | Replace Stack with wStack. | luckytyphlosion | |
2018-01-23 | Prefix wram labels with w, part 1. | luckytyphlosion | |
Handle edge cases first. | |||
2018-01-21 | wGBCOnlyDecompressBuffer | Remy Oukaour | |
2018-01-21 | Group engine/pokedex files | Remy Oukaour | |
2018-01-21 | Unrelated routine gets its own file | Remy Oukaour | |
2018-01-21 | POKEDEX_SCX | Remy Oukaour | |
2018-01-21 | cgb layouts | Remy Oukaour | |
2018-01-21 | Separate new_game graphics | Remy Oukaour | |
2018-01-20 | Scale addresses with PARTY_LENGTH | Remy Oukaour | |
2018-01-20 | PARTY_LENGTH; MON_NAME; sgb_border.bin | Remy Oukaour | |
2018-01-20 | Rename BATTLETOWER_NROF constants | Remy Oukaour | |
2018-01-19 | Japanese characters in Japanese text (e.g. "ォ" not "," for $f4) | Remy Oukaour | |
2018-01-19 | More Japanese characters | Remy Oukaour | |
2018-01-19 | Use hSerialConnectionStatus constants elsewhere | Remy Oukaour | |
2018-01-19 | Resolve #471 (although link code still needs more cleanup, like its WRAM labels) | Remy Oukaour | |
2018-01-19 | More Unicode | Remy Oukaour | |
2018-01-19 | clean up GetName/NamesPointers | Remy Oukaour | |
2018-01-19 | wiggle → wobble | Remy Oukaour | |
2018-01-18 | Disambiguate "%" and "<NO>" | Remy Oukaour | |
2018-01-18 | Remove trailing whitespace | Remy Oukaour | |
2018-01-18 | newline before para | Remy Oukaour | |
2018-01-18 | Use Japanese charmap definitions in strings | Remy Oukaour | |
2018-01-18 | More charmap and home/text.asm documentation for JP chars | Remy Oukaour | |
2018-01-18 | More constants, related to map objects | Remy Oukaour | |
2018-01-18 | More accurate constant/label names | Remy Oukaour | |
2018-01-18 | Identify leftover SGB palettes from R/B | Remy Oukaour | |
2018-01-18 | Comment on RIVAL1 item | Remy Oukaour | |
2018-01-18 | More .pal files | Remy Oukaour | |
2018-01-18 | Only graphics data goes in gfx/ | Remy Oukaour | |
Introduce PALRGB_WHITE constant for $7fff | |||
2018-01-18 | Eliminate wd000 | Remy Oukaour | |
2018-01-18 | Heal machine jumptable index constants | Remy Oukaour | |
2018-01-18 | More SGB documentation | Remy Oukaour | |
2018-01-17 | More SGB documentation | Remy Oukaour | |