Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-18 | Merge pull request #549 from aaaaaa123456789/master | Rangi | |
Update lzcomp to the newest version | |||
2018-08-17 | CheckDestinyBond -> CheckFaint | mid-kid | |
Its main function is fainting the opponent and ending the move effect. Updated the comment accordingly. | |||
2018-08-17 | Fix some StatUp-related labels | mid-kid | |
2018-08-16 | GetDamageStatsCritical -> CheckDamageStatsCritical | mid-kid | |
Clarified its usage, as the comments surrounding it were factually wrong. | |||
2018-08-16 | Better labels/constants for Move Tutor. | IIMarckus | |
2018-08-08 | There was an error in the previous commit | igidrau | |
2018-08-08 | Changed the labels accordingly to the standard style | igidrau | |
2018-08-07 | Consistency with order of constant comments | mid-kid | |
2018-08-07 | Fix more uses of EFFECTIVE | mid-kid | |
2018-08-07 | Fix INSTALL.md | mid-kid | |
2018-08-07 | Fix constants in BattleCommand_MirrorCoat | mid-kid | |
2018-08-07 | wWeeklyFlags -> wDailyFlags2 | mid-kid | |
These are by far not always checked each week, and as such shouldn't be called that. Since they're almost always used through the `bit` instruction, it's very inconvenient to just make wDailyFlags a `dw` instead. | |||
2018-08-07 | RestorePPofDepositedPokemon -> RestorePPOfDepositedPokemon | mid-kid | |
2018-08-07 | Split print_move_description and mon_menu | mid-kid | |
2018-08-04 | Update lzcomp to the latest version and fix Makefiles accordingly | aaaaaa123456789 | |
2018-07-29 | Merge pull request #548 from Rangi42/master | Rangi | |
Add meaningful aliases for wd265 | |||
2018-07-29 | Every diff line starts with +, -, or space | Rangi | |
2018-07-29 | Pokedex_PutScrollbarOAM data values | Rangi | |
2018-07-29 | No wCurMove alias for wCurSpecies | Rangi | |
2018-07-29 | Fix reviewed issues. | Rangi | |
Pokedex_PrintListing has a comment noting how it depends on wCurSpecies == wNamedObjectIndexBuffer; an assert would be more convenient, but is not possible since WRAM label addresses are not defined yet here. | |||
2018-07-29 | Make reviewed fixes; standardize on " + " | Rangi | |
2018-07-29 | wSwitchMon | Rangi | |
2018-07-29 | wLuckyNumberDigitsBuffer | Rangi | |
2018-07-29 | Improve wTrainerHUDTiles usage | Rangi | |
2018-07-29 | ; entries correspond to PLAYEREVENT_* constants | Rangi | |
2018-07-29 | wDeciramBuffer → wBreedingCompatibility in UnknownText_0x1bd0d8 | Rangi | |
2018-07-29 | Reformat some bugfix diffs | Rangi | |
2018-07-29 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
2018-07-28 | Merge pull request #535 from ketsuban/fix-battle-transition | Rangi | |
Add fix for battle transition bug | |||
2018-07-28 | Merge pull request #547 from mid-kid/master | Rangi | |
anim_ret_command is an index in a table after all | |||
2018-07-28 | Add fix for battle transition bug | Thomas Winwood | |
2018-07-28 | anim_ret_command is an index in a table after all | mid-kid | |
For some reason I thought BattleAnim_Ret was never used, due to how the battle anim loop would be exited early from. It seems I was wrong. Removing commands before anim_ret without it being part of the `enum` seems to break things. | |||
2018-07-28 | Merge pull request #546 from Rangi42/master | Rangi | |
Reword bug docs now that they use diffs | |||
2018-07-27 | Crystal fixed TruncateHL_BC in single player | Rangi | |
2018-07-27 | Separate Beat Up bugs | Rangi | |
2018-07-27 | Reword bug docs now that they use diffs | Rangi | |
2018-07-27 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
2018-07-27 | Merge pull request #545 from mid-kid/master | Rangi | |
bugs_and_glitches fixes | |||
2018-07-27 | "Explain" diff format in bugs_and_glitches | mid-kid | |
2018-07-27 | Merge branch 'master' of https://github.com/pret/pokecrystal | mid-kid | |
2018-07-26 | Merge pull request #544 from Rangi42/master | yenatch | |
Various fixes found while writing tutorials | |||
2018-07-26 | Remove a documented bug that's not really a bug | mid-kid | |
I mean, technically, being able to read beyond a data table's size is bad practice, but there's so many cases of this that it's not worth mentioning. For most of these cases, at least, it's safe to assume the index won't ever get high enough to surpass such a table's length, because it's either hardcoded or decided by the game without the use of uncontrollable data. As such, they don't expose any actual bugs. | |||
2018-07-26 | Consistently use the diff format in bugs_and_glitches | mid-kid | |
2018-07-26 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
2018-07-26 | Merge pull request #489 from i0brendan0/i0brendan0-patch-5 | Rangi | |
Add Fix for Lock-On Bug | |||
2018-07-26 | Merge pull request #522 from ketsuban/the-diffening | Rangi | |
Convert code samples to diffs | |||
2018-07-24 | Correct NUM_STATS | Rangi | |
2018-07-24 | db $0, $0 → dn 0, 0, 0, 0 ; DVs | Rangi | |
2018-07-24 | MON_STAT_EXP - 1 → MON_EXP + 2 | Rangi | |
2018-07-23 | wPokeAnimStruct matches wPokeAnimStructEnd | Rangi | |