summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-18Merge pull request #549 from aaaaaa123456789/masterRangi
Update lzcomp to the newest version
2018-08-17CheckDestinyBond -> CheckFaintmid-kid
Its main function is fainting the opponent and ending the move effect. Updated the comment accordingly.
2018-08-17Fix some StatUp-related labelsmid-kid
2018-08-16GetDamageStatsCritical -> CheckDamageStatsCriticalmid-kid
Clarified its usage, as the comments surrounding it were factually wrong.
2018-08-16Better labels/constants for Move Tutor.IIMarckus
2018-08-08There was an error in the previous commitigidrau
2018-08-08Changed the labels accordingly to the standard styleigidrau
2018-08-07Consistency with order of constant commentsmid-kid
2018-08-07Fix more uses of EFFECTIVEmid-kid
2018-08-07Fix INSTALL.mdmid-kid
2018-08-07Fix constants in BattleCommand_MirrorCoatmid-kid
2018-08-07wWeeklyFlags -> wDailyFlags2mid-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-07RestorePPofDepositedPokemon -> RestorePPOfDepositedPokemonmid-kid
2018-08-07Split print_move_description and mon_menumid-kid
2018-08-04Update lzcomp to the latest version and fix Makefiles accordinglyaaaaaa123456789
2018-07-29Merge pull request #548 from Rangi42/masterRangi
Add meaningful aliases for wd265
2018-07-29Every diff line starts with +, -, or spaceRangi
2018-07-29Pokedex_PutScrollbarOAM data valuesRangi
2018-07-29No wCurMove alias for wCurSpeciesRangi
2018-07-29Fix 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-29Make reviewed fixes; standardize on " + "Rangi
2018-07-29wSwitchMonRangi
2018-07-29wLuckyNumberDigitsBufferRangi
2018-07-29Improve wTrainerHUDTiles usageRangi
2018-07-29; entries correspond to PLAYEREVENT_* constantsRangi
2018-07-29wDeciramBuffer → wBreedingCompatibility in UnknownText_0x1bd0d8Rangi
2018-07-29Reformat some bugfix diffsRangi
2018-07-29Add meaningful aliases for wd265Rangi
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants
2018-07-28Merge pull request #535 from ketsuban/fix-battle-transitionRangi
Add fix for battle transition bug
2018-07-28Merge pull request #547 from mid-kid/masterRangi
anim_ret_command is an index in a table after all
2018-07-28Add fix for battle transition bugThomas Winwood
2018-07-28anim_ret_command is an index in a table after allmid-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-28Merge pull request #546 from Rangi42/masterRangi
Reword bug docs now that they use diffs
2018-07-27Crystal fixed TruncateHL_BC in single playerRangi
2018-07-27Separate Beat Up bugsRangi
2018-07-27Reword bug docs now that they use diffsRangi
2018-07-27Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-07-27Merge pull request #545 from mid-kid/masterRangi
bugs_and_glitches fixes
2018-07-27"Explain" diff format in bugs_and_glitchesmid-kid
2018-07-27Merge branch 'master' of https://github.com/pret/pokecrystalmid-kid
2018-07-26Merge pull request #544 from Rangi42/masteryenatch
Various fixes found while writing tutorials
2018-07-26Remove a documented bug that's not really a bugmid-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-26Consistently use the diff format in bugs_and_glitchesmid-kid
2018-07-26Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-07-26Merge pull request #489 from i0brendan0/i0brendan0-patch-5Rangi
Add Fix for Lock-On Bug
2018-07-26Merge pull request #522 from ketsuban/the-diffeningRangi
Convert code samples to diffs
2018-07-24Correct NUM_STATSRangi
2018-07-24db $0, $0 → dn 0, 0, 0, 0 ; DVsRangi
2018-07-24MON_STAT_EXP - 1 → MON_EXP + 2Rangi
2018-07-23wPokeAnimStruct matches wPokeAnimStructEndRangi