Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-16 | passtoengine -> autoinput | Rangi | |
2019-02-16 | Eliminate some $xxxx values | Rangi | |
2019-02-06 | $8 = HIGH(vTiles1 - vTiles0) | Rangi | |
2019-01-30 | wc7e8 -> wUnusedC7E8 (similar to wUnusedD102) | Rangi | |
2019-01-24 | Use and define more WRAM constants | Rangi | |
2019-01-24 | Use more constants | Rangi | |
2019-01-12 | Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bank | Rangi | |
2019-01-07 | Document bugfix: ScriptCall can overflow wScriptStack and crash | Rangi | |
2018-12-09 | Formatting and comments | Rangi | |
2018-11-18 | Resolve issue #575: Rename text commands | Rangi | |
2018-11-11 | Merge pull request #573 from mid-kid/master | Rangi | |
text_jump → text_far | |||
2018-11-10 | Finish new connection macro | mid-kid | |
Tried simplifying things a bit, although not nearly as much as I wanted. Ideally, we'd either have one of two situations: - A single set of calculations based on values depending on the direction of the connection - A bunch of "generic" calculations done before applying simple modifiers to them in the final `if` block Right now it's an icky mix of both and I'm not really sure what to make of it. | |||
2018-11-05 | text_jump → text_far | mid-kid | |
The previous name for this was rather misleading. It isn't an actual jump like you'd expect the `jp` instruction to behave as. Instead, it behaves more like a `farcall`. This also makes it consistent with its current command ID name of `TX_FAR`. | |||
2018-10-11 | Rename CheckTrainerBattle | mid-kid | |
Renamed to be more in line with our current coding standards. Hopefully this is slightly more readable. | |||
2018-09-09 | Curr -> Cur | 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-07 | wWeeklyFlags -> wDailyFlags2 | mid-kid | |
These are by far not always checked each week, and as such shouldn't be called that. Since they're almost always used through the `bit` instruction, it's very inconvenient to just make wDailyFlags a `dw` instead. | |||
2018-07-29 | Make reviewed fixes; standardize on " + " | Rangi | |
2018-07-29 | ; entries correspond to PLAYEREVENT_* constants | Rangi | |
2018-07-29 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
2018-07-18 | Make proper cmdqueue constants | mid-kid | |
2018-07-16 | Fewer uses of 'Thing2 - Thing1' for sizeof(Thing) | Rangi | |
2018-07-13 | Comments for ToggleMaptileDecorations | Rangi | |
2018-06-28 | Add more collision nybble constants | 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 | No space between labels and bodies | 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 | Remove all address comments | mid-kid | |
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-24 | Function6ec1 → CanObjectMoveInDirection | Rangi | |
2018-05-23 | Use constants more | Rangi | |
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-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-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 | Use data/items/pocket_names.asm | mid-kid | |
2018-04-04 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |