Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-29 | Fix anim_obj x/y values | yenatch | |
- negative values have no meaning - left in optional tile x/y for backwards compatibility | |||
2017-12-28 | Consistent (x, y) coordinate formatting in map scripts | Remy Oukaour | |
2017-12-28 | Correct comment | Remy Oukaour | |
2017-12-28 | Document the Magikarp bug fix from PR #443 | Remy Oukaour | |
2017-12-28 | Document another Magikarp length bug. (to do: correct formula values) | Remy Oukaour | |
2017-12-28 | Specify which bugs are needed for backwards compatibility | Remy Oukaour | |
2017-12-28 | Document another bug | Remy Oukaour | |
Document fixes for design flaws GetForestTreeFrame is more like a design flaw than a bug/glitch (though it's really just calling out humorously bad code) | |||
2017-12-28 | as → are | Remy Oukaour | |
2017-12-28 | Explain what bugs, glitches, and flaws are | Remy Oukaour | |
2017-12-28 | Document design flaws | Remy Oukaour | |
2017-12-27 | Remove redundant data/ filename prefixes | Remy Oukaour | |
2017-12-27 | Move events/ to engine/events/ | Remy Oukaour | |
2017-12-26 | Keep memory map values in hardware_constants.asm | Remy Oukaour | |
2017-12-26 | Copy sram.asm's global start/end constants for wram.asm and vram.asm | Remy Oukaour | |
2017-12-26 | Correct documentation | Remy Oukaour | |
Split out text_constants.asm | |||
2017-12-26 | event/ → events/, and move some appropriate engine/ files there | Remy Oukaour | |
2017-12-26 | Use "battle_anims" and "sprite_anims" for clarity, not just "anims" | Remy Oukaour | |
2017-12-26 | Split battle/ into data/ and engine/ components | Remy Oukaour | |
2017-12-26 | Update docs | Remy Oukaour | |
2017-12-25 | Clean up docs/music_commands.md formatting and link to old wiki page | Remy Oukaour | |
2017-12-25 | Copy @henrxv's anim_obj documentation to docs/move_anim_commands.md (closes ↵ | Remy Oukaour | |
#399) | |||
2017-12-25 | Expand assembly documentation | Remy Oukaour | |
2017-12-25 | Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % ↵ | Remy Oukaour | |
$100` or `X >> 8` and `X & $ff` | |||
2017-12-24 | fix markdown reference links | yenatch | |
2017-12-24 | Music documentation | froggestspirit | |
2017-12-24 | Start documentation for assembly language | Remy Oukaour | |
Note: Resolved #340, #381, and #393 previously. | |||
2017-12-24 | s/number/scene/, and correct some documentation | Remy Oukaour | |
2017-12-24 | Update documentation to match renaming | Remy Oukaour | |
2017-12-24 | Renaming: (fix #412) | Remy Oukaour | |
- MapTriggers / maptrigger → SceneScripts / scene_script - XYTriggers / xy_trigger → CoordEvents / coord_event - Signposts / signpost → BGEvents / bg_event - PersonEvents / person_event → ObjectEvents / object_event | |||
2017-12-23 | Keep images within repo | Remy Oukaour | |
2017-12-22 | Correct directions | Remy Oukaour | |
2017-12-22 | Document one more graphical mistake | Remy Oukaour | |
2017-12-22 | Document a graphical error | Remy Oukaour | |
2017-12-21 | Include bugfix in comments | Remy Oukaour | |
2017-12-21 | Document one more bug | Remy Oukaour | |
2017-12-19 | Document two more bugs | Remy Oukaour | |
2017-12-17 | Auto-label more map scripts | Remy Oukaour | |
2017-12-15 | Document another bug | Remy Oukaour | |
Remove an unused file | |||
2017-12-15 | Correct `endturn` value | Remy Oukaour | |
2017-12-15 | Start documenting effect commands | Remy Oukaour | |
2017-12-15 | Document one more bug/oversight | Remy Oukaour | |
Move FleeMons table into data/ | |||
2017-12-14 | Document two more bugs | Remy Oukaour | |
2017-12-14 | Consistent "(with <routine>) in <file>" phrasing | Remy Oukaour | |
2017-12-14 | Use absolute links within repository | Remy Oukaour | |
2017-12-14 | Document two more bugs found by Crystal_ | Remy Oukaour | |
2017-12-14 | Friend Ball happiness for boxed Pokémon is not a bug | Remy Oukaour | |
2017-12-13 | Consistent **Fix:** notation | Remy Oukaour | |
2017-12-13 | Document more bugs and glitches | Remy Oukaour | |
Add a toc.py script to auto-generate tables of contents in Markdown files | |||
2017-12-13 | Add table of contents (might remove if it's too cumbersome to maintain) | Remy Oukaour | |
2017-12-12 | Missing close parenthesis | Remy Oukaour | |