summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-14Explain pokecrystal-au.gbc in FAQRangi
2019-04-14Merge pull request #625 from pret/ausRangi
Build Australian Crystal.
2019-04-14Rename Stadium 2 blobs based on ROM version.IIMarckus
2019-04-14Build Australian Crystal.IIMarckus
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-13Merge pull request #623 from mid-kid/patch-1Rangi
Create some battle tower SRAM labels
2019-04-13Merge pull request #622 from mid-kid/masterRangi
TextBox -> Textbox
2019-04-13Adding labels to placeholders (UnknownText, MovementData) in the maps folder ↵DeeDeeG
(#618) Adding labels to placeholders (UnknownText, MovementData) in the maps folder * KurtsHouse.asm * RadioTower[1/2/3]F.asm * Route[35/36]NationalParkGate.asm
2019-04-13Merge pull request #614 from Fontbane/textRangi
common_1 text documentation
2019-04-12Create some battle tower SRAM labelsmid-kid
2019-04-09TextBox -> Textboxmid-kid
Homogenizing names.
2019-04-08Identify and eliminate wEngineBuffer1-5Rangi
2019-03-30Merge pull request #617 from FredrIQ/masterRangi
Fix wram labeling for wPCItems
2019-03-18Fix wram labeling for wPCItemsFredrik Ljungdahl
2019-03-16common_1 text documentationFontbane
Should be almost everything besides some of the mobile stuff and some debug text. Removed VS stuff oops
2019-03-14Merge pull request #616 from Rangi42/masterRangi
Minor code+docs fixes
2019-03-14Merge pull request #615 from DeeDeeG/docs-fixRangi
bugs_and_glitches.md: Minor formatting 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
2019-03-10Fix index.md Pages linksRangi
2019-03-10Fix wiki linkRangi
2019-03-10Second try at fixing doc linksRangi
2019-03-10Mention another common error message from not updating rgbdsRangi
2019-03-10Link to GitHub Pages documentation, not directly to docs/*.md filesRangi
The Pages links are potentially more useful since they can include the Pages infrastructure (sidebar, footer, theming, etc)
2019-03-10Fix documentation links to work with GitHub PagesRangi
2019-03-10Add an index.md home page for GitHub PagesRangi
2019-03-10Set theme jekyll-theme-hackerRangi
2019-03-10Rename some call/jump script commands to avoid confusion with jr/jp asm ↵Rangi
instructions Fixes #580
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-03Rename PlayerMonFaintHappinessModISSOtm
Seriously, mini-rant here: we were three to spend a couple hours trying to find something in this function that was completely unrelated to happiness... and apparently there's been far worse. :') Props to you guys for having been through this =D
2019-03-03Merge pull request #606 from ISSOtm/patch-1Rangi
Correct some bugfixes, add some compatibility extensions
2019-03-03Correct commentsRangi
2019-03-03Add confusion + items/selfdestruct fixISSOtm
2019-03-03hFFEC is not an HRAM locationRangi
2019-03-03Correct compatibility claimsEldred Habert
2019-03-03Merge pull request #608 from Rangi42/masterRangi
Identify more collision-related constants and data
2019-03-03Define constants for map event sizesRangi
2019-03-03Identify more collision-related constants and dataRangi
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-18Card Flip digits are shifted 1px up, not 2px leftRangi
2019-02-17Bitter Berry → `BITTER_BERRY`Rangi