summaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Collapse)Author
2019-11-03Identify PLAYERMOVEMENT_* constantsRangi
2019-11-03The $C9 byte in page2.tilemap is a ret opcodeRangi
2019-11-03Use constants for quantities when copying SGB border tiles and palettesRangi
2019-11-03Identify some move screen functionsRangi
2019-11-03Identify intro tilemaps and attrmapsRangi
2019-11-03Rename buttonsound to promptbuttonRangi
2019-11-03Rename OBJECT_LENGTH to MAPOBJECT_LENGTH and OBJECT_STRUCT_LENGTH to ↵Rangi
OBJECT_LENGTH
2019-11-03Rename TILESET_BATTLE_TOWER to TILESET_BATTLE_TOWER_INSIDERangi
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-21Misc fixesmid-kid
2019-10-20Document 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-23Clarify naming of SFX_GET_EGG_* pointersRyan 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-02Update audio macros and argumentsdannye
and update related labels/constants/comments this fixes a lot of mistakes and maximizes compatibility with red
2019-08-11Store Magnet Train tilemaps in their own filesRangi
2019-06-30Define constants for both battle transition tilesRangi
2019-06-10Apply suggested changesmid-kid
2019-06-09Document high nybble of PrintNum `c` registermid-kid
2019-06-09Create constants for ScrollingMenu item formatsmid-kid
...I should've done this quite a while ago.
2019-06-09Fix overworld scrolling function namesmid-kid
2019-06-04Misc fixesmid-kid
2019-06-04Fix menu_coords for pokecenter pcmid-kid
2019-05-25Get rid of _CRYSTALmid-kid
Having this here is completely redundant and useless, and doesn't even work since it should use `if DEF(_CRYSTAL)` instead.
2019-05-25Fix usage of rIE and rSC constantsmid-kid
2019-05-25Magnet train fixesmid-kid
Should make the code slightly easier to read, at least
2019-05-18Correct the older+younger haircut brothers' labels and constantsRangi
2019-05-11Some more GB Printer documentationRangi
2019-04-23More fixes for fixesRangi
2019-04-19Identify a few more WRAM label usesRangi
2019-04-19Identify some more WRAM labelsRangi
2019-04-13Merge pull request #623 from mid-kid/patch-1Rangi
Create some battle tower SRAM labels
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-12Create some battle tower SRAM labelsmid-kid
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-12Minor code+docs fixesRangi
2019-03-10Rename some call/jump script commands to avoid confusion with jr/jp asm ↵Rangi
instructions Fixes #580
2019-03-10Rename more script commands for consistency and predictabilityRangi
Fixes #540
2019-03-03More consistent formattingRangi
2019-03-03Rename PlayerMonFaintHappinessModISSOtm
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-03Define constants for map event sizesRangi
2019-03-03Identify more collision-related constants and dataRangi
2019-02-18Card Flip digits are shifted 1px up, not 2px leftRangi
2019-02-17Update 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-16passtoengine -> autoinputRangi