summaryrefslogtreecommitdiff
path: root/engine/overworld
AgeCommit message (Collapse)Author
2022-03-14Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)vulcandth
2022-03-09Identify some wMenuJoypad-related button constantsRangi
2022-01-10Use time constants more oftenRangi
2021-11-23Use ~X instead of $ff ^ XRangi
2021-06-19Standardize capitalization of ".Jumptable"Rangi
2021-06-08Rename `prioritysjump` to `sdefer`Rangi
2021-04-20Use rgbds 0.5.0Rangi
2021-03-24Sync some files with pokecrystalRangi
2021-03-22Miscellaneous cleanupRangi
2021-03-17Assert some more table widthsRangi
2021-03-15$11 = wTempMonStructEnd - wTempMonLevelRangi
2021-03-11Verify script command table sizesRangi
2021-03-08Merge pull request #69 from Rangi42/tablesRangi
Verify data table sizes with table_width and assert_table_length macros
2021-03-08Identify scrolling menu lists in WRAMRangi
2021-03-05Verify data table sizes with table_width and assert_table_length macrosRangi
It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants.
2021-01-09Rename GetFarHalfword to GetFarWordRangi
2020-12-23Remove "Buffer" suffix from two HRAM labelsRangi
2020-12-23Rename some labelsRangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer"
2020-11-24Use STRING_BUFFER_LENGTH for the wStringBuffersRangi
2020-11-17Correct some filename commentsRangi
2020-11-17Resolve some "???" commentsRangi
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-11-03Identify more uses of wBuffer1-6Rangi
2020-10-29Identify the remaining 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
Source: https://projectpokemon.org/home/forums/topic/43930-mystery-gift-reverse-engineering-of-ir-protocol/
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 ↵Rangi
anonymous jumptable labels
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-13Consistent constants for radio data table sizes (could still be better)Rangi
2020-07-26Use def_* macros for automatic map event countsRangi
2020-07-22Revert "Factor out tables into data/overworld/"Rangi
This reverts commit 3f392c279248562068a80ceaf2884f62a18f6e17.
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-09Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi
implementations
2020-06-22Identify some more labelsRangi
2020-06-21Comment more ROM labels as unreferencedRangi
(Some unreferenced labels are above code which is still used via fallthrough!)
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi