summaryrefslogtreecommitdiff
path: root/engine/overworld
AgeCommit message (Expand)Author
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-11-03Identify more uses of wBuffer1-6Rangi
2020-10-29Updates to more closely sync with pokegoldRangi
2020-10-29Identify the remaining (non-mobile) uses of another WRAM unionRangi
2020-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-10-28Replace many '; unused' with '; unreferenced'Rangi
2020-10-27Identify remaining Mystery Gift labels and constantsRangi
2020-10-26Use more assertions to ensure correct code and dataRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-10-22Identify remaining map object labelsRangi
2020-10-22Identify some more map object labels and constantsRangi
2020-10-22Identify more sprite graphics and map object labels, and have consistent anon...Rangi
2020-10-06Update battle anim bg function comments, and identify more unnamed labelsRangi
2020-10-06Identify some unnamed labelsRangi
2020-10-05Identify some more unnamed labelsRangi
2020-10-05Identify more unnamed labelsRangi
2020-10-05Identify some more unnamed labelsRangi
2020-10-04Identify some more unnamed labelsRangi
2020-08-18Merge pull request #756 from mid-kid/masterRangi
2020-08-13Consistent constants for radio data table sizes (could still be better)Rangi
2020-08-05Use TRUE for hCGBPalUpdatemid-kid
2020-07-24Use def_* macros for automatic map event countsRangi
2020-07-22Revert "Factor out tables into data/overworld/"Rangi
2020-07-22Factor out tables into data/overworld/Rangi
2020-07-22Treat map setup commands like trade script commandsRangi
2020-07-21" " → $7fRangi
2020-07-17return → endcallback, reloadandreturn → reloadendRangi
2020-07-13Define map setup commands as macros like other script commandsRangi
2020-07-13Disassemble the final English debug ROMRangi
2020-07-08Eliminate enum: use const instead, with case-by-case parallel const implement...Rangi
2020-06-22Identify some more labelsRangi
2020-06-21Comment more ROM labels as unreferencedRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-17Harmonize engine/overworld with pokegoldRangi
2020-06-17Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS...Rangi
2020-06-16ReplaceKrisSprite -> UpdatePlayerSpriteRangi
2020-06-16Harmonize some more symbols with pokegoldRangi
2020-06-15Identify wObjectPrioritiesRangi
2020-06-14make DEBUG=1 logs all symbols in the .map and .sym filesRangi
2020-04-30Miscellaneous updatesRangi
2020-04-18Miscellaneous fixes, including one for the Pokédex design flaw by ax6Rangi
2020-04-17More miscellaneous fixes (see #709)Rangi
2020-04-16Fix #709 miscellaneous issuesRangi
2020-03-15Add a `LANDMARK_` prefix to landmark constantsRangi
2020-02-23Replace some "idiotic", "wtf", "stupid interns" comments with more common "us...Rangi
2020-02-21Merge pull request #685 from mid-kid/mastermid-kid
2020-02-13Define TileCollisionTable as a standard 'db' seriesRangi
2020-02-13Standardize on lowercase Tilemap and Attrmapmid-kid
2020-02-05Merge pull request #650 from pret/audio-macrosRangi
2020-02-04Use CMDQUEUE constantsRangi