Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-05 | Merge pull request #650 from pret/audio-macros | Rangi | |
Update audio macros and arguments | |||
2020-02-04 | Use CMDQUEUE constants | Rangi | |
2020-01-06 | Merge branch 'master' into audio-macros | dannye | |
2020-01-04 | Merge pull request #660 from mid-kid/master | Rangi | |
Make the map setup commands match the actual function names better | |||
2019-12-03 | Update some labels | Rangi | |
2019-11-18 | Make the map setup commands match the actual function names better | mid-kid | |
These functions used as map setup commands are used in other places, too, so I can't prefix them under the same. The names should match except I won't repeat "map" in a map setup command name. | |||
2019-11-03 | Bit 6 of PrintNum left-aligns numbers | Rangi | |
2019-11-03 | Suggested formatting changes | Rangi | |
2019-11-03 | Identify PLAYERMOVEMENT_* constants | Rangi | |
2019-11-03 | Rename buttonsound to promptbutton | Rangi | |
2019-11-03 | Rename OBJECT_LENGTH to MAPOBJECT_LENGTH and OBJECT_STRUCT_LENGTH to ↵ | Rangi | |
OBJECT_LENGTH | |||
2019-10-21 | Fix some mobile script and map sign things | mid-kid | |
2019-10-21 | Misc fixes | mid-kid | |
2019-10-20 | #641 fixes and additions. (#646) | mid-kid | |
Name a lot of text labels according to our conventions | |||
2019-09-02 | Update audio macros and arguments | dannye | |
and update related labels/constants/comments this fixes a lot of mistakes and maximizes compatibility with red | |||
2019-06-09 | Create constants for ScrollingMenu item formats | mid-kid | |
...I should've done this quite a while ago. | |||
2019-06-09 | Fix overworld scrolling function names | mid-kid | |
2019-05-25 | Get rid of _CRYSTAL | mid-kid | |
Having this here is completely redundant and useless, and doesn't even work since it should use `if DEF(_CRYSTAL)` instead. | |||
2019-04-23 | More fixes for fixes | Rangi | |
2019-04-19 | Identify some more WRAM labels | Rangi | |
2019-04-13 | Merge pull request #622 from mid-kid/master | Rangi | |
TextBox -> Textbox | |||
2019-04-13 | Merge pull request #614 from Fontbane/text | Rangi | |
common_1 text documentation | |||
2019-04-09 | TextBox -> Textbox | mid-kid | |
Homogenizing names. | |||
2019-04-08 | Identify and eliminate wEngineBuffer1-5 | Rangi | |
2019-03-16 | common_1 text documentation | Fontbane | |
Should be almost everything besides some of the mobile stuff and some debug text. Removed VS stuff oops | |||
2019-03-10 | Rename some call/jump script commands to avoid confusion with jr/jp asm ↵ | Rangi | |
instructions Fixes #580 | |||
2019-03-10 | Rename more script commands for consistency and predictability | Rangi | |
Fixes #540 | |||
2019-03-03 | Define constants for map event sizes | Rangi | |
2019-03-03 | Identify more collision-related constants and data | Rangi | |
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 | |