Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-27 | Merge branch 'master' of https://github.com/pret/pokecrystal | 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-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-21 | Merge branch 'master' of hyperdriveguy/pokecrystal | IIMarckus | |
2018-07-20 | Add Counter and Mirror Coat bugfix | Hyperdriveguy | |
2018-07-18 | Fix usage of NUM_UNOWN | mid-kid | |
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-16 | Fewer uses of 'Thing2 - Thing1' for sizeof(Thing) | Rangi | |
2018-07-15 | More OAM coordinate consistency | Rangi | |
2018-07-13 | Comments for ToggleMaptileDecorations | Rangi | |
2018-07-11 | Replace more hex values with constants or decimal | Rangi | |
2018-07-10 | Use more options constants | Rangi | |
2018-07-05 | TileAnimationPalette → AnimateWaterPalette | Rangi | |
2018-07-04 | Use TRUE/FALSE for wSaveFileExists | Rangi | |
2018-07-04 | Miscellaneous reorganization fixes | Rangi | |
2018-06-30 | " " → "┘" + 1 | Rangi | |
2018-06-30 | Use significant values 5, 6, and 7 | Rangi | |
2018-06-30 | No linebreak | Rangi | |
2018-06-28 | Add more collision nybble constants | Rangi | |
2018-06-25 | Use specific constants for overwritten text tiles | Rangi | |
2018-06-25 | Use charmap values | Rangi | |
2018-06-25 | "┘" + 1 == " " | Rangi | |
Using X+1 makes sense when X is the last control character in a contiguous group, but "┘" is not, so we can use the first non-control character | |||
2018-06-25 | Use charmap “ and ” | Rangi | |
2018-06-25 | Merge events_2.asm with events.asm | Rangi | |
(events_2.asm was only separate because scripting.asm intervenes; but other files have a similar "code / INCLUDE self-contained code / more code" structure to this) | |||
2018-06-25 | Keep more data/ INCLUDEs with relevant routines | Rangi | |
2018-06-25 | No space between labels and bodies | Rangi | |
2018-06-25 | Single newline at the end of files | Rangi | |
2018-06-25 | Remove more triple newlines | Rangi | |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-24 | Remove more address comments | Rangi | |
2018-06-24 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
# Conflicts: # engine/items/mart.asm | |||
2018-06-25 | Remove even more address comments | mid-kid | |
That should be all of them this time | |||
2018-06-24 | NUM_GRASSMON * 2 | Rangi | |
2018-06-24 | NUM_WATERMON | Rangi | |
2018-06-24 | WATER_WILDDATA_LENGTH | Rangi | |
2018-06-24 | FISHGROUP_DATA_LENGTH | Rangi | |
2018-06-24 | Remove all address comments | mid-kid | |
2018-06-23 | wCurMartEnd - wCurMart = 16 | Rangi | |
2018-06-23 | Add STANDARDMART_* jumptable index constants | Rangi | |
2018-06-23 | Use direct tile IDs, not charmap entries, since they don't correspond ↵ | Rangi | |
correctly (e.g. "┌" is not the top-right corner) | |||
2018-06-20 | Merge pull request #526 from atasro2/master | yenatch | |
reword | |||
2018-06-14 | fixed a typo | MCboy | |
being the grammar nazi i am i noticed a grammar error so i forked pokecrystal to fix it ;) |