Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-26 | Update docs/battle_anim_commands.md | mid-kid | |
2018-11-25 | Fix Belly Drum fix | mid-kid | |
2018-11-18 | Resolve issue #575: Rename text commands | Rangi | |
2018-11-11 | text_jump → text_far in docs/text_commands.md | Rangi | |
2018-11-05 | Update assembly programming links | mid-kid | |
Added two tutorials as a good place to start | |||
2018-08-25 | Use labels instead of constants for HRAM | Rangi | |
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld | |||
2018-08-23 | asm → diff | Rangi | |
2018-08-19 | Fix docs | mid-kid | |
2018-07-29 | Every diff line starts with +, -, or space | Rangi | |
2018-07-29 | Reformat some bugfix diffs | Rangi | |
2018-07-28 | Add fix for battle transition bug | Thomas Winwood | |
2018-07-27 | Crystal fixed TruncateHL_BC in single player | Rangi | |
2018-07-27 | Separate Beat Up bugs | Rangi | |
2018-07-27 | Reword bug docs now that they use diffs | Rangi | |
2018-07-27 | "Explain" diff format in bugs_and_glitches | mid-kid | |
2018-07-26 | Remove a documented bug that's not really a bug | mid-kid | |
I mean, technically, being able to read beyond a data table's size is bad practice, but there's so many cases of this that it's not worth mentioning. For most of these cases, at least, it's safe to assume the index won't ever get high enough to surpass such a table's length, because it's either hardcoded or decided by the game without the use of uncontrollable data. As such, they don't expose any actual bugs. | |||
2018-07-26 | Consistently use the diff format in bugs_and_glitches | mid-kid | |
2018-07-26 | Merge pull request #489 from i0brendan0/i0brendan0-patch-5 | Rangi | |
Add Fix for Lock-On Bug | |||
2018-07-26 | Merge pull request #522 from ketsuban/the-diffening | Rangi | |
Convert code samples to diffs | |||
2018-07-21 | turns out none of the code is needed | i0brendan0 | |
2018-07-21 | final change | i0brendan0 | |
2018-07-21 | Merge branch 'master' of hyperdriveguy/pokecrystal | IIMarckus | |
2018-07-21 | Merge branch 'master' into the-diffening | Thomas Winwood | |
2018-07-20 | Add Counter and Mirror Coat bugfix | Hyperdriveguy | |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-24 | Remove address comments in docs | Rangi | |
2018-06-18 | final fix | i0brendan0 | |
2018-06-12 | Note which labels are only needed for locating banks (relevant to issue #485) | Rangi | |
2018-06-10 | Fix small bug | Thomas Winwood | |
2018-06-09 | Convert code samples in bugs_and_glitches.md to diffs | Thomas Winwood | |
2018-06-09 | Convert code samples in design_flaws.md to diffs | Thomas Winwood | |
2018-06-03 | Create empty sections for the remaining FixPicBank array entries | Rangi | |
2018-06-03 | Change FixPicBank bank array | Rangi | |
2018-06-02 | undo protect message bug | i0brendan0 | |
2018-05-24 | Function6ec1 → CanObjectMoveInDirection | Rangi | |
2018-05-23 | Identify more sprite move data flag bits | Rangi | |
2018-05-09 | Fix doc links | Rangi | |
2018-05-06 | Fix rest of the givepokeitem/checkpokeitem references | mid-kid | |
2018-05-05 | fix-various-little-things | mid-kid | |
A compilation of suggestions from the discord that don't deserve separate commits and are not questionable at all™. | |||
2018-04-05 | Use constants for bit/set/res more | Rangi | |
2018-04-04 | Merge pull request #505 from mid-kid/battlecommands | yenatch | |
Battle command fixes | |||
2018-04-04 | Update docs and comments to reflect renames | mid-kid | |
2018-04-04 | Document more Beat Up-related bugs | mid-kid | |
Two bugs related to not raising the substitute when it should, one bug related to not running king's rock when it should, and the other related to running king's rock when it shouldn't. Fun. | |||
2018-04-01 | Update file paths in constants/ and docs/ | mid-kid | |
2018-03-04 | 201 -> 200 | Rangi | |
2018-03-04 | Bug docs match code | Rangi | |
2018-03-01 | Reflect Rangi's suggestion | i0brendan0 | |
2018-03-01 | Add Protect Bug and Fix | i0brendan0 | |
Moves 'miss' when opponent uses Protect. | |||
2018-02-26 | Document more quirks and bugs | Rangi | |
2018-02-26 | Document HOF Master bug (close #494) | Rangi | |