Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-26 | ; fallthrough | Rangi | |
2018-08-26 | spaces->tab, and remove redundant comment | Rangi | |
2018-08-26 | hQuotient is a four-byte buffer (fixes #558) | Rangi | |
2018-08-25 | hLabel - $ff00 -> LOW(hLabel) | Rangi | |
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-17 | CheckDestinyBond -> CheckFaint | mid-kid | |
Its main function is fainting the opponent and ending the move effect. Updated the comment accordingly. | |||
2018-08-17 | Fix some StatUp-related labels | mid-kid | |
2018-08-16 | GetDamageStatsCritical -> CheckDamageStatsCritical | mid-kid | |
Clarified its usage, as the comments surrounding it were factually wrong. | |||
2018-08-07 | Fix more uses of EFFECTIVE | mid-kid | |
2018-08-07 | Fix constants in BattleCommand_MirrorCoat | mid-kid | |
2018-07-29 | No wCurMove alias for wCurSpecies | Rangi | |
2018-07-29 | Make reviewed fixes; standardize on " + " | Rangi | |
2018-07-29 | Improve wTrainerHUDTiles usage | Rangi | |
2018-07-29 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
2018-07-27 | Crystal fixed TruncateHL_BC in single player | Rangi | |
2018-07-27 | Merge branch 'master' of https://github.com/pret/pokecrystal | mid-kid | |
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 | StringCmp → CompareBytes; CompareLong → CompareBytesLong | Rangi | |
hStringCmpString[1/2] → h[EnemyMon/PartyMon1]Speed | |||
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 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-16 | Fewer uses of 'Thing2 - Thing1' for sizeof(Thing) | Rangi | |
2018-07-11 | Replace more hex values with constants or decimal | Rangi | |
2018-07-04 | Miscellaneous reorganization fixes | Rangi | |
2018-06-25 | Use specific constants for overwritten text tiles | Rangi | |
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-25 | Remove even more address comments | mid-kid | |
That should be all of them this time | |||
2018-06-24 | Remove all address comments | mid-kid | |
2018-06-12 | Note which labels are only needed for locating banks (relevant to issue #485) | Rangi | |
2018-06-04 | Merge branch 'master' of https://github.com/pret/pokecrystal | mid-kid | |
2018-06-01 | Miscellaneous fixes in the use of _command constants. | mid-kid | |
2018-05-23 | Start improving sprite movement engine (to do: identify bit flags) | Rangi | |
Introduce maskbits N[, S]: optionally shift the bitmask | |||
2018-05-19 | 1 << FRZ == $20 | Rangi | |
2018-05-06 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
2018-05-06 | 'rept' is not indented | Rangi | |
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-09 | Merge pull request #503 from Rangi42/master | yenatch | |
Factor wMisc into meaningful parts; move most code out of home.asm | |||
2018-04-05 | Use constants for bit/set/res more | Rangi | |
2018-04-05 | HanleDefrost -> HandleDefrost | mid-kid | |
2018-04-05 | Fix some uses of EFFECTIVE | mid-kid | |
2018-04-04 | Merge pull request #505 from mid-kid/battlecommands | yenatch | |
Battle command fixes | |||
2018-04-04 | Rename some battle commands | mid-kid | |
`hittarget` was misleading, as it doesn't actually "hit" the target, it only plays the animation. As such, I've renamed it to `moveanim`. `checkfaint` has nothing to do with checking if the user or target has fainted, instead, it applies wCurDamage onto the target's HP, hitting the substitute if applicable. I've renamed the command to `applydamage` and all of its subfunctions accordingly. |