Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Create constants for ScrollingMenu item formats | mid-kid | |
...I should've done this quite a while ago. | |||
2019-06-09 | Document in-battle move selection menu scrolling glitch | mid-kid | |
What a mouthful... | |||
2019-05-26 | Dark theme colors for @media (prefers-color-scheme: dark) | Rangi | |
2019-05-25 | Define appropriate constants as EQU | mid-kid | |
These constants are defined only once and shouldn't be redefined anyway. | |||
2019-04-23 | More fixes for fixes | Rangi | |
2019-04-23 | Fix Dragon Fang fix | mid-kid | |
2019-04-21 | "object_const_def" instead of "const_def 2" | Rangi | |
2019-04-19 | Identify some more WRAM labels | Rangi | |
2019-04-14 | Use the same GFM Markdown parser for GitHub and GitHub Pages | Rangi | |
By default GitHub uses GFM but GitHub Pages uses kramdown, which among other differences, does not support starting ordered lists at specific values. | |||
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 | Relative links actually work here for github.com and pret.github.io | Rangi | |
2019-03-10 | Fix index.md Pages links | Rangi | |
2019-03-10 | Fix wiki link | Rangi | |
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 | Add an index.md home page for GitHub Pages | Rangi | |
2019-03-10 | Set theme jekyll-theme-hacker | Rangi | |
2019-03-10 | Rename some call/jump script commands to avoid confusion with jr/jp asm ↵ | Rangi | |
instructions Fixes #580 | |||
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 | |