Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi | |
2020-03-01 | Change how some PNG graphics are formatted | Rangi | |
2020-02-28 | 'and BANK' -> 'aka BANK' | Rangi | |
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-02-13 | InitSpriteAnimStruct <-> _InitSpriteAnimStruct | mid-kid | |
These were the wrong way around, as the function in home should not be prefixed | |||
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 | Fix miscellaneous points made in #658 | Rangi | |
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-11-18 | Fix some constants around wLinkMode | mid-kid | |
2019-11-03 | GFX_17eb7e -> PokemonNewsTileAttrmap | Rangi | |
2019-11-03 | Rename buttonsound to promptbutton | Rangi | |
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 | Fix some mobile script and map sign things | mid-kid | |
2019-10-21 | Document the location of the mobile adapter colors | mid-kid | |
2019-10-21 | Add s5_a800 labels | mid-kid | |
2019-10-21 | Document mobile SDK error packets | mid-kid | |
2019-10-21 | Add more error message translations | mid-kid | |
Thanks to melonjaywalk#5480 | |||
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-10-20 | #641 fixes and additions. (#646) | mid-kid | |
Name a lot of text labels according to our conventions | |||
2019-08-11 | Store a mobile tilemap+tilemap in its own files | Rangi | |
2019-06-09 | Create constants for ScrollingMenu item formats | mid-kid | |
...I should've done this quite a while ago. | |||
2019-06-09 | Properly disassemble MenuData_0x4851b | mid-kid | |
2019-06-04 | Misc fixes | mid-kid | |
2019-05-25 | Fix usage of rIE and rSC constants | mid-kid | |
2019-04-14 | Merge pull request #625 from pret/aus | Rangi | |
Build Australian Crystal. | |||
2019-04-14 | Rename Stadium 2 blobs based on ROM version. | IIMarckus | |
2019-04-14 | Build Australian Crystal. | IIMarckus | |
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-18 | Fix wram labeling for wPCItems | Fredrik Ljungdahl | |
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-03 | hFFEC is not an HRAM location | Rangi | |
2019-02-16 | Standardize on $ff ^ X for bitwise negating 8-bit values | Rangi | |
2019-01-02 | Clean up some Odd Egg and Battle Tower code and data | Rangi | |
Fixes #589 | |||
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-09-22 | Naming screen constants | Rangi | |
2018-09-09 | Curr -> Cur | Rangi | |
2018-08-26 | hQuotient is a four-byte buffer (fixes #558) | Rangi | |