summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2019-03-10Rename more script commands for consistency and predictabilityRangi
Fixes #540
2019-03-03More consistent formattingRangi
2019-03-03Merge pull request #610 from ISSOtm/pursuit_fixRangi
Fix Confusion and Pursuit bugs in #603
2019-03-04Fix spacesISSOtm
2019-03-04Add Pursuit-switching fainting no-status-clearing fixISSOtm
Ridiculously long and stupid name for a bug that took a ridiculous and stupid amount of time to track. :')
2019-03-03Add confusion + items/selfdestruct fixISSOtm
2019-03-03Correct compatibility claimsEldred Habert
2019-03-03Correct Thick Club overflow fixEldred Habert
Would, similarly as previous commit, cap incorrectly.
2019-03-03Correct Metal Powder fixEldred Habert
The cap would be applied when it shouldn't - if the high byte was below `HIGH(MAX_STAT_VALUE)` (and thus the value below the cap) but the low byte above `LOW(MAX_STAT_VALUE)`
2019-03-03Correct indentationEldred Habert
Add spaces before unchanged lines
2019-03-03Fix "100% secondary effect" fix, add compatibilityEldred Habert
The original fix was bugged (example: erroneous `pop hl` if `.failed` was jumped to). Replaced with a less invasive fix, keeping all side effects from the original function; it's less intuitive, but more performant - and the tricky bit has been commented. Also the new fix is more friendly to the compatibility patch I also added, by request of ShinyDragonHunter.
2019-02-17Bitter Berry → `BITTER_BERRY`Rangi
2019-02-17asm -> diffRangi
2019-02-17Avoid more redundant code and diffsRangi
2019-02-17Avoid redundant code and diffsRangi
2019-02-17Update documentation:Rangi
- Apply more edits from #595 - Move music ID behavior from the wiki to docs - Move assembly programming links from docs to the wiki - Describe why the TM item gaps exist
2019-02-16passtoengine -> autoinputRangi
2019-02-16Fix indentationRangi
2019-02-16Bug fix: allow Surfing across map connectionsRangi
2019-02-16Fix linkRangi
2019-02-16Document the BattleAnimCmd_ClearObjs bugRangi
2019-02-16Document wBattleAnimFlagsmid-kid
`anim_clearsprites` was misnamed, so I renamed it to `anim_keepsprites`, and documented it in docs/battle_anim_commands.md
2019-01-27Fix some of the issues explained in #595Rangi
2019-01-19Fix: Clair can give TM24 Dragonbreath twiceRangi
2019-01-19Bug: Clair can give TM24 Dragonbreath twiceRangi
2019-01-07Dif formatting typoRangi
2019-01-07Document bugfix: ScriptCall can overflow wScriptStack and crashRangi
2019-01-07Document a bugfix: AI makes a false assumption about CheckTypeMatchupRangi
2019-01-05Document a bugfix: 1/256 failure rate for 100% effect chanceRangi
2018-12-31Fix a typoRangi
2018-12-09Merge pull request #578 from mid-kid/masterRangi
Fixes in the animation subsystem.
2018-11-26Update docs/battle_anim_commands.mdmid-kid
2018-11-25Fix Belly Drum fixmid-kid
2018-11-18Resolve issue #575: Rename text commandsRangi
2018-11-11text_jump → text_far in docs/text_commands.mdRangi
2018-11-05Update assembly programming linksmid-kid
Added two tutorials as a good place to start
2018-08-25Use labels instead of constants for HRAMRangi
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
2018-08-23asm → diffRangi
2018-08-19Fix docsmid-kid
2018-07-29Every diff line starts with +, -, or spaceRangi
2018-07-29Reformat some bugfix diffsRangi
2018-07-28Add fix for battle transition bugThomas Winwood
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-27"Explain" diff format in bugs_and_glitchesmid-kid
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 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