Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-20 | Remove RAM address comments | Rangi | |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to ↵ | Rangi | |
OpenSRAM) To do: engine/{menus, overworld} | |||
2020-06-16 | ReplaceKrisSprite -> UpdatePlayerSprite | Rangi | |
2020-04-18 | Miscellaneous fixes, including one for the Pokédex design flaw by ax6 | Rangi | |
2020-03-21 | Revert the broken CheckTypeMatchup bugfix simplification from ↵ | Rangi | |
5728d0141793d832476b3f7b5c0844166fa7c242 | |||
2020-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi | |
2020-02-28 | Document a bug where Teleport cannot fail for wild Pokémon | Rangi | |
2020-01-27 | Optimize the Perish Song+Spikes glitch fix | Colton G. Rushton | |
2020-01-23 | Add Dude full box glitch fix | Colton G. Rushton | |
Added a minor fix for the Dude full box glitch that was proposed by ISSOtm. | |||
2020-01-04 | Revise bugs_and_glitches.md | Rangi | |
2020-01-04 | Add and simplify bugfixes in bugs_and_glitches.md (#664) | Colton G. Rushton | |
Add extra fixes for bugs covered on Bulbapedia (and simplify others) | |||
2019-11-23 | Fix miscellaneous points made in #658 | Rangi | |
2019-11-06 | Update bug fix for AI CheckTypeMatchup assumption (#656) | Eldred Habert | |
The bug fix caused all player moves to have Normal-type effectiveness | |||
2019-10-20 | Document Special Defense badge boost glitch (#651) | bbbbbbbbba | |
Document Special Defense badge boost glitch | |||
2019-10-20 | #641 fixes and additions. (#646) | mid-kid | |
Name a lot of text labels according to our conventions | |||
2019-06-17 | `end` -> `return` in clair bugfix | mid-kid | |
2019-06-10 | Apply suggested changes | mid-kid | |
2019-06-09 | Document in-battle move selection menu scrolling glitch | mid-kid | |
What a mouthful... | |||
2019-04-23 | More fixes for fixes | Rangi | |
2019-04-23 | Fix Dragon Fang fix | mid-kid | |
2019-04-09 | TextBox -> Textbox | mid-kid | |
Homogenizing names. | |||
2019-04-08 | Identify and eliminate wEngineBuffer1-5 | Rangi | |
2019-03-14 | Merge pull request #616 from Rangi42/master | Rangi | |
Minor code+docs fixes | |||
2019-03-12 | Minor code+docs fixes | Rangi | |
2019-03-12 | bugs_and_glitches.md: Fix embedded image links | DeeDeeG | |
2019-03-10 | bugs_and_glitches.md: Minor formatting fix | DeeDeeG | |
Moves newline to correct spot so diff can apply cleanly. | |||
2019-03-10 | Second try at fixing doc links | Rangi | |
2019-03-10 | Fix documentation links to work with GitHub Pages | Rangi | |
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 | 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 | 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-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 | |