Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-15 | Tile values agree in data/sprites/emotes.asm and data/sprites/facings.asm | Rangi | |
2018-07-12 | SFX_UNKNOWN_7F → SFX_TOXIC | Rangi | |
2018-07-11 | SFX_DEX_FANFARE_50_79 and SFX_LEVEL_UP use identical data, and technically ↵ | Rangi | |
the level-up text plays the former | |||
2018-07-07 | landmark macro includes the +8/+16 offsets for X/Y coordinates | Rangi | |
2018-07-05 | Correct file path | Rangi | |
2018-07-04 | Use TRUE/FALSE for wSaveFileExists | Rangi | |
2018-07-04 | Miscellaneous reorganization fixes | Rangi | |
2018-06-25 | Keep more data/ INCLUDEs with relevant routines | Rangi | |
2018-06-25 | Single newline at the end of files | Rangi | |
2018-06-25 | Remove more triple newlines | Rangi | |
2018-06-24 | "→" should be "ェ" | 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 | Remove address comment | 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 | Remove all address comments | mid-kid | |
2018-06-24 | Unreferenced_53d84 → Unreferenced_MonPicBanks from pokegold-spaceworld | Rangi | |
2018-06-12 | Note which labels are only needed for locating banks (relevant to issue #485) | Rangi | |
2018-06-06 | Use dn | Rangi | |
2018-06-06 | Specify DVs individually | Rangi | |
2018-06-05 | Merge pull request #517 from mid-kid/master | yenatch | |
Some fixes all around | |||
2018-06-05 | Fix other unused shiny check label | yenatch | |
2018-06-04 | Use structure constants for channel_struct | mid-kid | |
2018-05-23 | Identify more sprite move data flag bits | Rangi | |
2018-05-23 | Identify USE_OBP1_F | Rangi | |
2018-05-23 | WALKS_ON_WATER → SWIMMING | Rangi | |
2018-05-23 | More sprite movement data flag constants | Rangi | |
2018-05-23 | Use known sprite movement data flag constants | Rangi | |
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 | Correct comment | Rangi | |
2018-05-18 | Constants for PC menu indexes | Rangi | |
'db ' -> 'db ' | |||
2018-05-06 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
2018-05-06 | 'rept' is not indented | Rangi | |
2018-05-05 | Combine bit flags with | not + | Rangi | |
2018-05-05 | Explicit NO_LIMITS instead of 0 | Rangi | |
2018-05-05 | Use explicit HELD_NONE, not 0 | 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 Stadium 2 Egg Group names | mid-kid | |
Out of the current two most prevalent official conventions, this one was chosen, because they're used in a direct counterpart to this game, and thus feel more accurate. | |||
2018-04-05 | GENDERLESS -> GENDER_UNKNOWN | mid-kid | |
This is how they're called in official sources, and it fits better with the other `GENDER_` constants. | |||
2018-04-04 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
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. | |||
2018-04-04 | Label BattleCommand_BeatUpFailText | mid-kid | |
2018-04-04 | Label bidefailtext | mid-kid | |
This "unknown" battle command is actually used to give the proper fail message to bide. | |||
2018-04-04 | Use 'elif' more | Rangi | |
2018-04-01 | Fix file permissions | mid-kid | |
I have no idea why this was a thing (do people store this repo on FAT32 flash drives or something?), but quite a bit of files had a permission of 755. This isn't really a problem, but it's inconsistent and weird. | |||
2018-03-19 | Relabel some map-related WRAM | Rangi | |
wMisc -> {wSurroundingTiles, wBoxPartialData, wLink_c608} wOverworldMap -> {wOverworldMapBlocks, wHallOfFamePokemonList} | |||
2018-02-26 | * BillPhoneGeneriText -> BillPhoneGenericText | Rangi | |
* data/phone/text/trainers1.asm -> data/phone/text/trainers.asm * ,ROM -> , ROM0 |