summaryrefslogtreecommitdiff
path: root/mobile
AgeCommit message (Collapse)Author
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2020-03-01Change how some PNG graphics are formattedRangi
2020-02-28'and BANK' -> 'aka BANK'Rangi
2020-02-28Identify remaining gfx/unknown filesRangi
2020-02-23Replace some "idiotic", "wtf", "stupid interns" comments with more common ↵Rangi
"useless", "pointless", "could have done X instead"
2020-02-13Standardize on lowercase Tilemap and Attrmapmid-kid
We used to have a mixture of TileMap and and Tilemap, as well as the similar AttrMap. Standardize on one.
2020-02-13Call_LoadTempTileMapToTileMap → SafeLoadTempTileMapToTileMapmid-kid
Stupid name is stupid smh tbh fam.
2020-02-13InitSpriteAnimStruct <-> _InitSpriteAnimStructmid-kid
These were the wrong way around, as the function in home should not be prefixed
2020-01-04Merge pull request #660 from mid-kid/masterRangi
Make the map setup commands match the actual function names better
2019-11-23Fix miscellaneous points made in #658Rangi
2019-11-23Keep mobile SECTION declarations in main.asm, and name them "mobileXX" like ↵Rangi
"bankXX"
2019-11-19Remove old charmap sectionsmid-kid
2019-11-18Fixed a charmap warning with the new RGBDSColton G. Rushton
2019-11-18Fix some mobile-related thingsmid-kid
2019-11-18Fix some constants around wLinkModemid-kid
2019-11-03GFX_17eb7e -> PokemonNewsTileAttrmapRangi
2019-11-03Rename buttonsound to promptbuttonRangi
2019-10-21More mobile SDK documentationmid-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-21Label some more WRAM/SRAM thingsmid-kid
This should be all of the memory locations that are actually used, and some more. Removal of all addresses when?
2019-10-21Fix some mobile script and map sign thingsmid-kid
2019-10-21Document the location of the mobile adapter colorsmid-kid
2019-10-21Add s5_a800 labelsmid-kid
2019-10-21Document mobile SDK error packetsmid-kid
2019-10-21Add more error message translationsmid-kid
Thanks to melonjaywalk#5480
2019-10-21Document 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-11Store a mobile tilemap+tilemap in its own filesRangi
2019-06-09Create constants for ScrollingMenu item formatsmid-kid
...I should've done this quite a while ago.
2019-06-09Properly disassemble MenuData_0x4851bmid-kid
2019-06-04Misc fixesmid-kid
2019-05-25Fix usage of rIE and rSC constantsmid-kid
2019-04-14Merge pull request #625 from pret/ausRangi
Build Australian Crystal.
2019-04-14Rename Stadium 2 blobs based on ROM version.IIMarckus
2019-04-14Build Australian Crystal.IIMarckus
2019-04-13Merge pull request #622 from mid-kid/masterRangi
TextBox -> Textbox
2019-04-13Merge pull request #614 from Fontbane/textRangi
common_1 text documentation
2019-04-09TextBox -> Textboxmid-kid
Homogenizing names.
2019-04-08Identify and eliminate wEngineBuffer1-5Rangi
2019-03-18Fix wram labeling for wPCItemsFredrik Ljungdahl
2019-03-16common_1 text documentationFontbane
Should be almost everything besides some of the mobile stuff and some debug text. Removed VS stuff oops
2019-03-03hFFEC is not an HRAM locationRangi
2019-02-16Standardize on $ff ^ X for bitwise negating 8-bit valuesRangi
2019-01-02Clean up some Odd Egg and Battle Tower code and dataRangi
Fixes #589
2018-11-18Resolve issue #575: Rename text commandsRangi
2018-11-05text_jump → text_farmid-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-05Add colons to some function labelsmid-kid
2018-10-21Identify BATTLEACTION_D and _E (thanks, ax6)Rangi
2018-09-22Naming screen constantsRangi
2018-09-09Curr -> CurRangi
2018-08-26hQuotient is a four-byte buffer (fixes #558)Rangi