Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-03 | Identify PLAYERMOVEMENT_* constants | Rangi | |
2019-11-03 | The $C9 byte in page2.tilemap is a ret opcode | Rangi | |
2019-11-03 | Use constants for quantities when copying SGB border tiles and palettes | Rangi | |
2019-11-03 | Identify some move screen functions | Rangi | |
2019-11-03 | Identify intro tilemaps and attrmaps | 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-11-03 | Rename TILESET_BATTLE_TOWER to TILESET_BATTLE_TOWER_INSIDE | 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 | Misc fixes | mid-kid | |
2019-10-20 | Document Special Defense badge boost glitch (#651) | bbbbbbbbba | |
Document Special Defense badge boost glitch | |||
2019-10-20 | #641 fixes and additions. (#646) | mid-kid | |
Name a lot of text labels according to our conventions | |||
2019-09-23 | Clarify naming of SFX_GET_EGG_* pointers | Ryan Tandy | |
In game, one receives eggs from the Aide and the Day-care Man, not the Day-care Lady. SFX `0x96` is used for both. Rename it to reflect it is not unique to the Day-care. SFX `0x95` is an alias of the same sound and appears to be unused. Rename the pointer to clarify that. | |||
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-08-11 | Store Magnet Train tilemaps in their own files | Rangi | |
2019-06-30 | Define constants for both battle transition tiles | Rangi | |
2019-06-10 | Apply suggested changes | mid-kid | |
2019-06-09 | Document high nybble of PrintNum `c` register | mid-kid | |
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-06-04 | Misc fixes | mid-kid | |
2019-06-04 | Fix menu_coords for pokecenter pc | 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-05-25 | Fix usage of rIE and rSC constants | mid-kid | |
2019-05-25 | Magnet train fixes | mid-kid | |
Should make the code slightly easier to read, at least | |||
2019-05-18 | Correct the older+younger haircut brothers' labels and constants | Rangi | |
2019-05-11 | Some more GB Printer documentation | Rangi | |
2019-04-23 | More fixes for fixes | Rangi | |
2019-04-19 | Identify a few more WRAM label uses | Rangi | |
2019-04-19 | Identify some more WRAM labels | Rangi | |
2019-04-13 | Merge pull request #623 from mid-kid/patch-1 | Rangi | |
Create some battle tower SRAM labels | |||
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-12 | Create some battle tower SRAM labels | mid-kid | |
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-12 | Minor code+docs fixes | Rangi | |
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 | More consistent formatting | Rangi | |
2019-03-03 | Rename PlayerMonFaintHappinessMod | ISSOtm | |
Seriously, mini-rant here: we were three to spend a couple hours trying to find something in this function that was completely unrelated to happiness... and apparently there's been far worse. :') Props to you guys for having been through this =D | |||
2019-03-03 | Define constants for map event sizes | Rangi | |
2019-03-03 | Identify more collision-related constants and data | Rangi | |
2019-02-18 | Card Flip digits are shifted 1px up, not 2px left | Rangi | |
2019-02-17 | Update documentation: | Rangi | |
- Apply more edits from #595 - Move music ID behavior from the wiki to docs - Move assembly programming links from docs to the wiki - Describe why the TM item gaps exist | |||
2019-02-16 | passtoengine -> autoinput | Rangi | |