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-15 | Merge pull request #487 from luckytyphlosion/master | yenatch | |
Fix more w-izing edge cases. | |||
2018-02-14 | mapconst H, W -> map_const W, H | mid-kid | |
We've been fixing all of the conventions to be X/Y and W/H, so we should fix this one as well. | |||
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-08 | Don't let the Makefile pick up .tilemap files | mid-kid | |
We don't generate any tilemap file with rgbgfx yet, because they won't match anyway. This should be re-added when we can do it properly. | |||
2018-02-08 | Remove EXIF metadata from images | mid-kid | |
This is just a pet-peeve of mine, but if you're going to have half of the repo filled with clean PNGs, and only have some with this metadata, might as well clean it all right up. | |||
2018-02-04 | Fix more w-izing edge cases. | luckytyphlosion | |
2018-02-03 | Labelling, once again. | surskitty | |
2018-02-03 | Merge branch 'master' of github.com:pret/pokecrystal | surskitty | |
2018-02-03 | Merge pull request #480 from luckytyphlosion/master | yenatch | |
[Ready to merge] Prefix wram labels with w. | |||
2018-02-02 | Route 30 Berry Speech House labels | surskitty | |
2018-02-02 | Labels, labels, labels | surskitty | |
2018-02-02 | Local jumps, once again. | surskitty | |
2018-02-02 | Ruins of Alph partial labels | surskitty | |
2018-02-02 | Radio Card local jumps | surskitty | |
2018-02-02 | Jasmine and Amphy labels | surskitty | |
2018-02-02 | Sailor Huey labels | surskitty | |
2018-02-02 | Labelling the Victory Road rival script | surskitty | |
2018-02-02 | Converting what I can to locals. | surskitty | |
2018-02-01 | Labelling Buena's subroutines. | surskitty | |
2018-02-01 | Incomplete labelling | surskitty | |
2018-01-30 | Merge pull request #475 from surskitty/master | yenatch | |
A few map labels | |||
2018-01-30 | Delete replace.sh. | luckytyphlosion | |
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 | Completing labels for Route 35. | surskitty | |
2018-01-23 | Renaming the UnknownScript for reloading the map after battle. | surskitty | |
2018-01-23 | Labelling some more UnknownScripts. These files remain incomplete. | surskitty | |
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-23 | Merge branch 'master' of github.com:pret/pokecrystal | surskitty | |
2018-01-22 | Merge pull request #456 from Rangi42/master | yenatch | |
OAM data documentation; move more content into data/; move palettes into gfx/; more code+script constants; consistent map naming | |||
2018-01-22 | Add back catch-all graphics rules. | yenatch | |
.pal -> .gbcpal has been omitted for now since there's no tool to convert it yet. | |||
2018-01-21 | Comment on wGBCOnlyDecompressBuffer size | Remy Oukaour | |
2018-01-21 | wGBCOnlyDecompressBuffer | Remy Oukaour | |
2018-01-21 | 6 → PARTY_LENGTH | 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 | |