Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-28 | anim_ret_command is an index in a table after all | mid-kid | |
For some reason I thought BattleAnim_Ret was never used, due to how the battle anim loop would be exited early from. It seems I was wrong. Removing commands before anim_ret without it being part of the `enum` seems to break things. | |||
2018-07-28 | Merge pull request #546 from Rangi42/master | Rangi | |
Reword bug docs now that they use diffs | |||
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 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
2018-07-27 | Merge pull request #545 from mid-kid/master | Rangi | |
bugs_and_glitches fixes | |||
2018-07-27 | "Explain" diff format in bugs_and_glitches | mid-kid | |
2018-07-27 | Merge branch 'master' of https://github.com/pret/pokecrystal | mid-kid | |
2018-07-26 | Merge pull request #544 from Rangi42/master | yenatch | |
Various fixes found while writing tutorials | |||
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 branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
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-24 | Correct NUM_STATS | Rangi | |
2018-07-24 | db $0, $0 → dn 0, 0, 0, 0 ; DVs | Rangi | |
2018-07-24 | MON_STAT_EXP - 1 → MON_EXP + 2 | Rangi | |
2018-07-23 | wPokeAnimStruct matches wPokeAnimStructEnd | Rangi | |
2018-07-23 | StringCmp → CompareBytes; CompareLong → CompareBytesLong | Rangi | |
hStringCmpString[1/2] → h[EnemyMon/PartyMon1]Speed | |||
2018-07-23 | Consistent routine naming convention: 'Foo' wraps '_Foo' | Rangi | |
2018-07-22 | ANIM_MON_UNUSED → ANIM_MON_HOF | Rangi | |
2018-07-22 | Merge pull request #543 from Rangi42/master | Rangi | |
Add tools/free_space.awk | |||
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-07-19 | Merge pull request #542 from mid-kid/master | yenatch | |
Miscellaneous fixes | |||
2018-07-18 | Fix usage of NUM_UNOWN | mid-kid | |
2018-07-18 | Label more mobile WRAM | mid-kid | |
Memes and a pipedream of a fully-documented wram. | |||
2018-07-18 | Clean up TX_ commands | mid-kid | |
Some of the TX_ commands didn't use the TX_ prefix for their constants, and the label names were inconsistent. I've chosen to adopt the `TextCommand_` prefix as opposed to `Text_`, as it has a clear difference in namespace compared to the possibly-used `Text_` namespace for actual dialogue text. | |||
2018-07-18 | Fix misnamed character codes | mid-kid | |
Some character codes were erroneously named after their text command counterparts. This has caused a lot of confusion with naming their functions and with other things. I've also removed the `dict2` macro and expanded the `dict` macro. This really isn't something we should be doing for macros but I can't deny it looks a lot neater than repeated code. | |||
2018-07-18 | Remove some more address comments | mid-kid | |
2018-07-18 | Make proper cmdqueue constants | mid-kid | |
2018-07-18 | Fix anim_ret_command | mid-kid | |
2018-07-18 | Fix missing newline | mid-kid | |
2018-07-17 | Add tools/free_space.awk | Rangi | |
2018-07-17 | Merge pull request #539 from Rangi42/master | yenatch | |
[RTM] Miscellaneous reorganization fixes | |||
2018-07-16 | Fewer uses of 'Thing2 - Thing1' for sizeof(Thing) | Rangi | |
2018-07-16 | Consistently use dn for DVs | Rangi | |
2018-07-15 | Fix link anchor | Rangi | |
2018-07-15 | Update FAQ | Rangi | |
2018-07-15 | More OAM coordinate consistency | Rangi | |
2018-07-15 | Tile values agree in data/sprites/emotes.asm and data/sprites/facings.asm | Rangi | |
2018-07-13 | Comments for ToggleMaptileDecorations | Rangi | |
2018-07-13 | Correct wTradeFlags length | Rangi | |
2018-07-12 | Changed some label according to Rangi's comment | igidrau | |
I changed things from GitHub, so I hope this still works | |||
2018-07-12 | Labeled everything | igidrau | |
2018-07-12 | SFX_UNKNOWN_7F → SFX_TOXIC | Rangi | |