Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-12 | Build the Virtual Console patch with `make crystal11_vc` (#882) | vulcandth | |
Fixes #813 | |||
2022-01-23 | Enumerate MobileAPI function constants | mid-kid | |
2022-01-10 | Use time constants more often (#867) | Idain | |
2021-05-30 | Move the dbbw, dbww, and dbwww macros to legacy | Rangi | |
2021-03-17 | Consistent labels for each nickname in RAM | Rangi | |
2021-02-05 | Identify some more labels | Rangi | |
2021-01-09 | Rename GetFarHalfword to GetFarWord | Rangi | |
Fixes #796 | |||
2020-12-23 | Rename some labels | Rangi | |
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789 | |||
2020-11-09 | Replace $0 with 0 for "ld l, a / ld h, 0" idiom | Rangi | |
2020-11-03 | Identify remaining uses of wBuffer1-6 as general-purpose HP buffers or mobile | Rangi | |
2020-11-03 | Identify some uses of wBuffer1-6 in new Crystal code | Rangi | |
2020-11-01 | Identify some more labels, and make some more consistent | Rangi | |
2020-10-28 | Identify more WRAM labels, and start a <X>_DummyFunction label convention | Rangi | |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi | |
2020-10-23 | Identify some more link.asm labels (syncing to pokegold) | Rangi | |
2020-10-04 | Identify some more unnamed labels | Rangi | |
2020-08-05 | Use TRUE for hCGBPalUpdate | mid-kid | |
2020-08-03 | Label some mobile battle screen functions | mid-kid | |
2020-08-03 | Better label 2D menu data | mid-kid | |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to ↵ | Rangi | |
OpenSRAM) To do: engine/{menus, overworld} | |||
2020-05-29 | Rename ScrollingMenu_UpdateDisplay.string_2485f (#726) | Lhivorde | |
2020-05-26 | Add label for wd431 and remove misleading comment (it's not strictly mobile) | Fredrik Ljungdahl | |
2020-02-28 | Identify remaining gfx/unknown files | Rangi | |
2020-02-23 | Replace some "idiotic", "wtf", "stupid interns" comments with more common ↵ | Rangi | |
"useless", "pointless", "could have done X instead" | |||
2020-02-13 | Standardize on lowercase Tilemap and Attrmap | mid-kid | |
We used to have a mixture of TileMap and and Tilemap, as well as the similar AttrMap. Standardize on one. | |||
2020-02-13 | Call_LoadTempTileMapToTileMap → SafeLoadTempTileMapToTileMap | mid-kid | |
Stupid name is stupid smh tbh fam. | |||
2020-01-04 | Merge pull request #660 from mid-kid/master | Rangi | |
Make the map setup commands match the actual function names better | |||
2019-11-23 | Keep mobile SECTION declarations in main.asm, and name them "mobileXX" like ↵ | Rangi | |
"bankXX" | |||
2019-11-19 | Remove old charmap sections | mid-kid | |
2019-11-18 | Fixed a charmap warning with the new RGBDS | Colton G. Rushton | |
2019-11-18 | Fix some mobile-related things | mid-kid | |
2019-10-21 | More mobile SDK documentation | mid-kid | |
Labelled WRAM addresses, added constants for mobile commands, fixed some mobile lib function names, documented most of the functions for specific commands. | |||
2019-10-21 | Label some more WRAM/SRAM things | mid-kid | |
This should be all of the memory locations that are actually used, and some more. Removal of all addresses when? | |||
2019-10-21 | Document mobile SDK error packets | mid-kid | |
2019-10-21 | Document some mobile-related things, discovered thanks to Dan Docs and the ↵ | mid-kid | |
efforts of the Gameboy Online Restoration Project | |||
2019-05-25 | Fix usage of rIE and rSC constants | mid-kid | |
2019-04-09 | TextBox -> Textbox | mid-kid | |
Homogenizing names. | |||
2018-11-18 | Resolve issue #575: Rename text commands | Rangi | |
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-11-05 | Add colons to some function labels | mid-kid | |
2018-10-21 | Identify BATTLEACTION_D and _E (thanks, ax6) | 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-07-29 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
2018-06-25 | Remove more triple newlines | Rangi | |
2018-06-24 | Fix triple newlines left over from removing 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-05-23 | Start improving sprite movement engine (to do: identify bit flags) | Rangi | |
Introduce maskbits N[, S]: optionally shift the bitmask | |||
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™. |