summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-08-28Close #763 and #764: document two more bugs/oversightsRangi
2020-08-13Add a template for maps/*.asmRangi
2020-08-03HappinessData_DaisysGrooming uses percent macroRangi
2020-07-24Use def_* macros for automatic map event countsRangi
Resolves #742
2020-07-22Revert "Factor out tables into data/overworld/"Rangi
This reverts commit b5a7e7de3e6b75e95967edd28b9c2af5959cd136.
2020-07-22Factor out tables into data/overworld/Rangi
Fixes #749
2020-07-17return → endcallback, reloadandreturn → reloadendRangi
2020-07-13Define map setup commands as macros like other script commandsRangi
2020-07-06text_linkpromptbutton -> text_waitbuttonRangi
Removes support for text_waitbutton as a legacy alias for text_promptbutton.
2020-06-20Remove RAM address commentsRangi
2020-06-17Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to ↵Rangi
OpenSRAM) To do: engine/{menus, overworld}
2020-06-16ReplaceKrisSprite -> UpdatePlayerSpriteRangi
2020-04-23Miscellaneous updates and correctionsRangi
2020-04-18Miscellaneous fixes, including one for the Pokédex design flaw by ax6Rangi
2020-04-17Rename pokecrystal.link to layout.linkRangi
This is independent of the project name, and clearly applies to pokecrystal11, pokecrystal-au, etc.
2020-03-21Revert the broken CheckTypeMatchup bugfix simplification from ↵Rangi
5728d0141793d832476b3f7b5c0844166fa7c242
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2020-02-28Document a bug where Teleport cannot fail for wild PokémonRangi
2020-02-04Update docs/music_commands.mddannye
to clarify a few caveats about some macro parameters
2020-02-04Merge branch 'master' into audio-macrosmid-kid
2020-01-27Optimize the Perish Song+Spikes glitch fixColton G. Rushton
2020-01-23Add Dude full box glitch fixColton G. Rushton
Added a minor fix for the Dude full box glitch that was proposed by ISSOtm.
2020-01-06Merge branch 'master' into audio-macrosdannye
2020-01-05Update docs/music_commands.mddannye
and remove the pokered compatibility macros
2020-01-04Revise bugs_and_glitches.mdRangi
2020-01-04Add 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-23Fix miscellaneous points made in #658Rangi
2019-11-06Update bug fix for AI CheckTypeMatchup assumption (#656)Eldred Habert
The bug fix caused all player moves to have Normal-type effectiveness
2019-11-03Fix the fix for the Pokédex footprint design flawRangi
2019-11-03Rename buttonsound to promptbuttonRangi
2019-10-20Document 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 bugfixmid-kid
2019-06-10Apply suggested changesmid-kid
2019-06-09Create constants for ScrollingMenu item formatsmid-kid
...I should've done this quite a while ago.
2019-06-09Document in-battle move selection menu scrolling glitchmid-kid
What a mouthful...
2019-05-26Dark theme colors for @media (prefers-color-scheme: dark)Rangi
2019-05-25Define appropriate constants as EQUmid-kid
These constants are defined only once and shouldn't be redefined anyway.
2019-04-23More fixes for fixesRangi
2019-04-23Fix Dragon Fang fixmid-kid
2019-04-21"object_const_def" instead of "const_def 2"Rangi
2019-04-19Identify some more WRAM labelsRangi
2019-04-14Use the same GFM Markdown parser for GitHub and GitHub PagesRangi
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-09TextBox -> Textboxmid-kid
Homogenizing names.
2019-04-08Identify and eliminate wEngineBuffer1-5Rangi
2019-03-14Merge pull request #616 from Rangi42/masterRangi
Minor code+docs fixes
2019-03-12Minor code+docs fixesRangi
2019-03-12bugs_and_glitches.md: Fix embedded image linksDeeDeeG
2019-03-10bugs_and_glitches.md: Minor formatting fixDeeDeeG
Moves newline to correct spot so diff can apply cleanly.
2019-03-10Relative links actually work here for github.com and pret.github.ioRangi