Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-13 | Define map setup commands as macros like other script commands | Rangi | |
2020-07-13 | Disassemble the final English debug ROM | Rangi | |
2020-07-08 | Eliminate enum: use const instead, with case-by-case parallel const ↵ | Rangi | |
implementations | |||
2020-06-22 | Identify some more labels | Rangi | |
2020-06-21 | Comment more ROM labels as unreferenced | Rangi | |
(Some unreferenced labels are above code which is still used via fallthrough!) | |||
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-06-17 | Harmonize engine/overworld with pokegold | Rangi | |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to ↵ | Rangi | |
OpenSRAM) To do: engine/{menus, overworld} | |||
2020-06-16 | ReplaceKrisSprite -> UpdatePlayerSprite | Rangi | |
2020-06-16 | Harmonize some more symbols with pokegold | Rangi | |
2020-06-15 | Identify wObjectPriorities | Rangi | |
2020-06-14 | make DEBUG=1 logs all symbols in the .map and .sym files | Rangi | |
2020-04-30 | Miscellaneous updates | Rangi | |
- `PREDEFPAL_00` -> `PREDEFPAL_ROUTES` (observed from `LoadSGBLayout.GetMapPalsIndex.route`) - `$0` -> `PLAYER` (standard person ID) - Fix some whitespace formatting | |||
2020-04-18 | Miscellaneous fixes, including one for the Pokédex design flaw by ax6 | Rangi | |
2020-04-17 | More miscellaneous fixes (see #709) | Rangi | |
2020-04-16 | Fix #709 miscellaneous issues | Rangi | |
2020-03-15 | Add a `LANDMARK_` prefix to landmark constants | Rangi | |
Resolves #697 | |||
2020-02-23 | Replace some "idiotic", "wtf", "stupid interns" comments with more common ↵ | Rangi | |
"useless", "pointless", "could have done X instead" | |||
2020-02-21 | Merge pull request #685 from mid-kid/master | mid-kid | |
Moshi moshi? minoru enhansumentsu desu | |||
2020-02-13 | Define TileCollisionTable as a standard 'db' series | Rangi | |
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-05 | Merge pull request #650 from pret/audio-macros | Rangi | |
Update audio macros and arguments | |||
2020-02-04 | Use CMDQUEUE constants | Rangi | |
2020-01-06 | Merge branch 'master' into audio-macros | dannye | |
2020-01-04 | Merge pull request #660 from mid-kid/master | Rangi | |
Make the map setup commands match the actual function names better | |||
2019-12-03 | Update some labels | Rangi | |
2019-11-18 | Make the map setup commands match the actual function names better | mid-kid | |
These functions used as map setup commands are used in other places, too, so I can't prefix them under the same. The names should match except I won't repeat "map" in a map setup command name. | |||
2019-11-03 | Bit 6 of PrintNum left-aligns numbers | Rangi | |
2019-11-03 | Suggested formatting changes | Rangi | |
2019-11-03 | Identify PLAYERMOVEMENT_* constants | 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-10-21 | Fix some mobile script and map sign things | mid-kid | |
2019-10-21 | Misc fixes | mid-kid | |
2019-10-20 | #641 fixes and additions. (#646) | mid-kid | |
Name a lot of text labels according to our conventions | |||
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-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-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-04-23 | More fixes for fixes | Rangi | |
2019-04-19 | Identify some more WRAM labels | Rangi | |
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-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-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 | Define constants for map event sizes | Rangi | |
2019-03-03 | Identify more collision-related constants and data | Rangi | |