Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-10 | Rename more script commands for consistency and predictability | Rangi | |
Fixes #540 | |||
2019-03-03 | More consistent formatting | Rangi | |
2019-03-03 | Merge pull request #610 from ISSOtm/pursuit_fix | Rangi | |
Fix Confusion and Pursuit bugs in #603 | |||
2019-03-04 | Fix spaces | ISSOtm | |
2019-03-04 | Add Pursuit-switching fainting no-status-clearing fix | ISSOtm | |
Ridiculously long and stupid name for a bug that took a ridiculous and stupid amount of time to track. :') | |||
2019-03-03 | Add confusion + items/selfdestruct fix | ISSOtm | |
2019-03-03 | Correct compatibility claims | Eldred Habert | |
2019-03-03 | Correct Thick Club overflow fix | Eldred Habert | |
Would, similarly as previous commit, cap incorrectly. | |||
2019-03-03 | Correct Metal Powder fix | Eldred 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-03 | Correct indentation | Eldred Habert | |
Add spaces before unchanged lines | |||
2019-03-03 | Fix "100% secondary effect" fix, add compatibility | Eldred 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-17 | Bitter Berry → `BITTER_BERRY` | Rangi | |
2019-02-17 | asm -> diff | Rangi | |
2019-02-17 | Avoid more redundant code and diffs | Rangi | |
2019-02-17 | Avoid redundant code and diffs | Rangi | |
2019-02-17 | Update 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-16 | passtoengine -> autoinput | Rangi | |
2019-02-16 | Fix indentation | Rangi | |
2019-02-16 | Bug fix: allow Surfing across map connections | Rangi | |
2019-02-16 | Fix link | Rangi | |
2019-02-16 | Document the BattleAnimCmd_ClearObjs bug | Rangi | |
2019-02-16 | Document wBattleAnimFlags | mid-kid | |
`anim_clearsprites` was misnamed, so I renamed it to `anim_keepsprites`, and documented it in docs/battle_anim_commands.md | |||
2019-01-27 | Fix some of the issues explained in #595 | Rangi | |
2019-01-19 | Fix: Clair can give TM24 Dragonbreath twice | Rangi | |
2019-01-19 | Bug: Clair can give TM24 Dragonbreath twice | Rangi | |
2019-01-07 | Dif formatting typo | Rangi | |
2019-01-07 | Document bugfix: ScriptCall can overflow wScriptStack and crash | Rangi | |
2019-01-07 | Document a bugfix: AI makes a false assumption about CheckTypeMatchup | Rangi | |
2019-01-05 | Document a bugfix: 1/256 failure rate for 100% effect chance | Rangi | |
2018-12-31 | Fix a typo | Rangi | |
2018-12-09 | Merge pull request #578 from mid-kid/master | Rangi | |
Fixes in the animation subsystem. | |||
2018-11-26 | Update docs/battle_anim_commands.md | mid-kid | |
2018-11-25 | Fix Belly Drum fix | mid-kid | |
2018-11-18 | Resolve issue #575: Rename text commands | Rangi | |
2018-11-11 | text_jump → text_far in docs/text_commands.md | Rangi | |
2018-11-05 | Update assembly programming links | mid-kid | |
Added two tutorials as a good place to start | |||
2018-08-25 | Use labels instead of constants for HRAM | Rangi | |
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld | |||
2018-08-23 | asm → diff | Rangi | |
2018-08-19 | Fix docs | mid-kid | |
2018-07-29 | Every diff line starts with +, -, or space | Rangi | |
2018-07-29 | Reformat some bugfix diffs | Rangi | |
2018-07-28 | Add fix for battle transition bug | Thomas Winwood | |
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 | "Explain" diff format in bugs_and_glitches | mid-kid | |
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 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 |